Uses of Class
com.caplin.motif.fx.trading.block.BlockTradeLeg
-
Packages that use BlockTradeLeg Package Description com.caplin.motif.fx.trading.block Classes and interfaces that relate to block trading. -
-
Uses of BlockTradeLeg in com.caplin.motif.fx.trading.block
Methods in com.caplin.motif.fx.trading.block that return BlockTradeLeg Modifier and Type Method Description BlockTradeLeg
BlockTradeExecution. getFarLeg()
Returns the far leg for swap trades, or null if this is not a swap trade.BlockTradeLeg
BlockTradeExecution. getLegById(int id)
Returns the given leg by IDBlockTradeLeg
BlockTradeExecution. getNearLeg()
Returns the near leg of the trade.Methods in com.caplin.motif.fx.trading.block that return types with arguments of type BlockTradeLeg Modifier and Type Method Description java.util.List<BlockTradeLeg>
BlockTradeExecution. getLegs()
Returns a list of all the legsConstructors in com.caplin.motif.fx.trading.block with parameters of type BlockTradeLeg Constructor Description BlockTradeExecution(com.caplin.trading.Trade trade, BlockTradeLeg nearLeg, BlockTradeLeg farLeg)
Constructs a BlockTradeExecution by wrapping around the original trade and trade legs.
-