Uses of Class
com.caplin.motif.fx.trading.block.event.BlockTradeConfirmationEvent
-
Packages that use BlockTradeConfirmationEvent Package Description com.caplin.motif.fx.trading.block.responder Classes used for sending block trade events. -
-
Uses of BlockTradeConfirmationEvent in com.caplin.motif.fx.trading.block.responder
Methods in com.caplin.motif.fx.trading.block.responder with parameters of type BlockTradeConfirmationEvent Modifier and Type Method Description void
BlockTradeExecutedResponder. sendTradeConfirmation(BlockTradeConfirmationEvent event)
Sends a trade confirmation event to notify the client that the trade has been successfully executed with the trade fields that the event was constructed with.
-