Uses of Class
com.caplin.motif.fx.trading.block.BlockTradeLeg
Package
Description
Classes and interfaces that relate to block trading.
-
Uses of BlockTradeLeg in com.caplin.motif.fx.trading.block
Modifier and TypeMethodDescriptionBlockTradeExecution.getFarLeg()
Returns the far leg for swap trades, or null if this is not a swap trade.BlockTradeExecution.getLegById
(int id) Returns the given leg by IDBlockTradeExecution.getNearLeg()
Returns the near leg of the trade.ModifierConstructorDescriptionBlockTradeExecution
(com.caplin.trading.Trade trade, BlockTradeLeg nearLeg, BlockTradeLeg farLeg) Constructs a BlockTradeExecution by wrapping around the original trade and trade legs.