Uses of Class
com.caplin.motif.fx.trading.block.BlockTradeExecution
-
Packages that use BlockTradeExecution Package Description com.caplin.motif.fx.trading.block Classes and interfaces that relate to block trading. -
-
Uses of BlockTradeExecution in com.caplin.motif.fx.trading.block
Methods in com.caplin.motif.fx.trading.block that return types with arguments of type BlockTradeExecution Modifier and Type Method Description java.util.List<BlockTradeExecution>
BlockTrade. getInputTrades()
Returns the list of underlying input trades that make up the block trade.java.util.List<BlockTradeExecution>
BlockTrade. getNettedTrades()
Returns the list of underlying netted trades that make up the block trade.java.util.List<BlockTradeExecution>
BlockTrade. getTrades()
Returns the list of underlyingBlockTradeExecution
that make up the block trade.
-