Class BlockTradeWithdrawEvent
- java.lang.Object
-
- com.caplin.motif.fx.trading.ResponderEvent<BlockTrade>
-
- com.caplin.motif.fx.trading.block.event.BlockTradeWithdrawEvent
-
public class BlockTradeWithdrawEvent extends ResponderEvent<BlockTrade>
An event to notify the client that the trade has been withdrawn.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
WITHDRAW
The event name for a Withdraw event-
Fields inherited from class com.caplin.motif.fx.trading.ResponderEvent
fields
-
-
Constructor Summary
Constructors Constructor Description BlockTradeWithdrawEvent()
Constructs a BlockTradeWithdrawEvent
-
Method Summary
-
Methods inherited from class com.caplin.motif.fx.trading.ResponderEvent
addField, addFields, equals, getEventName, getField, getFields, hashCode, toString
-
-
-
-
Field Detail
-
WITHDRAW
public static final java.lang.String WITHDRAW
The event name for a Withdraw event- See Also:
- Constant Field Values
-
-