Uses of Class
com.caplin.motif.fx.trading.block.event.BlockTradeExecuteAckEvent
-
Packages that use BlockTradeExecuteAckEvent Package Description com.caplin.motif.fx.trading.block.responder Classes used for sending block trade events. -
-
Uses of BlockTradeExecuteAckEvent in com.caplin.motif.fx.trading.block.responder
Methods in com.caplin.motif.fx.trading.block.responder with parameters of type BlockTradeExecuteAckEvent Modifier and Type Method Description void
BlockTradeExecuteSentResponder. sendExecuteAck(BlockTradeExecuteAckEvent event)
Sends a message to acknowledge to the client that its trade submission message has been received by the backend.
-