Class BlockTradeHeldEvent
java.lang.Object
com.caplin.motif.fx.trading.ResponderEvent<BlockTrade>
com.caplin.motif.fx.trading.block.event.BlockTradeHeldEvent
An event to notify the client that a trade has been held by an auto trade or manual dealer.
-
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
-
HOLD
The name of the transition representing this event- See Also:
-
-
Constructor Details
-
BlockTradeHeldEvent
public BlockTradeHeldEvent()Constructs a BlockTradeHeldEvent event
-