Class BlockTradeSubmitAckEvent
- java.lang.Object
-
- com.caplin.motif.fx.trading.ResponderEvent<BlockTrade>
-
- com.caplin.motif.fx.trading.block.event.BlockTradeSubmitAckEvent
-
public class BlockTradeSubmitAckEvent extends ResponderEvent<BlockTrade>
An event to notify the client's request to initiate a block trade has been received by the backend.
Typically a BlockTradeSubmitAckEvent is sent immediately after receiving the submission request.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SUBMIT_ACK
The name of the transition representing this event-
Fields inherited from class com.caplin.motif.fx.trading.ResponderEvent
fields
-
-
Constructor Summary
Constructors Constructor Description BlockTradeSubmitAckEvent()
Constructs a BlockTradeSubmitAckEvent.
-
Method Summary
-
Methods inherited from class com.caplin.motif.fx.trading.ResponderEvent
addField, addFields, equals, getEventName, getField, getFields, hashCode, toString
-
-
-
-
Field Detail
-
SUBMIT_ACK
public static final java.lang.String SUBMIT_ACK
The name of the transition representing this event- See Also:
- Constant Field Values
-
-