Uses of Class
com.caplin.motif.fx.trading.block.event.BlockTradeNetInfo
-
Packages that use BlockTradeNetInfo Package Description com.caplin.motif.fx.trading.block.event Classes representing the events that can happen during the block trade process. -
-
Uses of BlockTradeNetInfo in com.caplin.motif.fx.trading.block.event
Constructors in com.caplin.motif.fx.trading.block.event with parameters of type BlockTradeNetInfo Constructor Description BlockTradeConfirmationEvent(java.lang.String tradeId, java.lang.String tradeDateTime, BlockTradeNetInfo netInfo, java.util.List<BlockTradeLegConfirmation> legConfirmations)
Constructs a BlockTradeConfirmationEvent event.BlockTradePriceUpdateEvent(BlockTradeNetInfo netInfo, Message quote)
Constructs a BlockQuote with the specified quotes, and adds netted legs to the original onesBlockTradePriceUpdateEvent(BlockTradeNetInfo netInfo, Message quote, int timeout)
Constructs a BlockQuote with the specified quotes, and adds netted legs to the original ones
-