Uses of Class
com.caplin.motif.fx.trading.block.event.BlockTradeLegConfirmation
Package
Description
Classes representing the events that can happen during the block trade process.
-
Uses of BlockTradeLegConfirmation in com.caplin.motif.fx.trading.block.event
Modifier and TypeMethodDescriptionBlockTradeConfirmationEvent.getLegConfirmations()
Returns the leg confirmationsModifierConstructorDescriptionBlockTradeConfirmationEvent
(String tradeId, String tradeDateTime, BlockTradeNetInfo netInfo, List<BlockTradeLegConfirmation> legConfirmations) Constructs a BlockTradeConfirmationEvent event.