Class BlockTradeExecuteAckEvent
java.lang.Object
com.caplin.motif.fx.trading.ResponderEvent<BlockTrade>
com.caplin.motif.fx.trading.block.event.BlockTradeExecuteAckEvent
An event sent to the client to acknowledge that the submission to execute the trade has been received by the backend.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The name of the transition representing this eventFields inherited from class com.caplin.motif.fx.trading.ResponderEvent
fields
-
Constructor Summary
-
Method Summary
Methods inherited from class com.caplin.motif.fx.trading.ResponderEvent
addField, addFields, equals, getEventName, getField, getFields, hashCode, toString
-
Field Details
-
EXECUTE_ACK
The name of the transition representing this event- See Also:
-
-
Constructor Details
-
BlockTradeExecuteAckEvent
public BlockTradeExecuteAckEvent()Constructs an BlockTradeExecuteAckEvent event.
-