Class BlockTradePickUpEvent
- java.lang.Object
-
- com.caplin.motif.fx.trading.ResponderEvent<BlockTrade>
-
- com.caplin.motif.fx.trading.block.event.BlockTradePickUpEvent
-
public class BlockTradePickUpEvent extends ResponderEvent<BlockTrade>
An event to notify the client that the trade is being processed by the backend.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PICK_UP
The name of the transition representing this event-
Fields inherited from class com.caplin.motif.fx.trading.ResponderEvent
fields
-
-
Constructor Summary
Constructors Constructor Description BlockTradePickUpEvent()
Constructs a BlockTradePickUpEvent
-
Method Summary
-
Methods inherited from class com.caplin.motif.fx.trading.ResponderEvent
addField, addFields, equals, getEventName, getField, getFields, hashCode, toString
-
-
-
-
Field Detail
-
PICK_UP
public static final java.lang.String PICK_UP
The name of the transition representing this event- See Also:
- Constant Field Values
-
-