Uses of Class
com.caplin.motif.fx.trading.block.event.BlockTradeLegConfirmation
-
Packages that use BlockTradeLegConfirmation Package Description com.caplin.motif.fx.trading.block.event Classes representing the events that can happen during the block trade process. -
-
Uses of BlockTradeLegConfirmation in com.caplin.motif.fx.trading.block.event
Methods in com.caplin.motif.fx.trading.block.event that return types with arguments of type BlockTradeLegConfirmation Modifier and Type Method Description java.util.List<BlockTradeLegConfirmation>
BlockTradeConfirmationEvent. getLegConfirmations()
Returns the leg confirmationsConstructor parameters in com.caplin.motif.fx.trading.block.event with type arguments of type BlockTradeLegConfirmation Constructor Description BlockTradeConfirmationEvent(java.lang.String tradeId, java.lang.String tradeDateTime, BlockTradeNetInfo netInfo, java.util.List<BlockTradeLegConfirmation> legConfirmations)
Constructs a BlockTradeConfirmationEvent event.
-