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 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
-
-
-
Field Detail
-
WITHDRAW
public static final String WITHDRAW
The event name for a Withdraw event- See Also:
- Constant Field Values
-
-