Uses of Class
com.caplin.motif.fx.trading.block.event.NettedLegExecution
-
Packages that use NettedLegExecution Package Description com.caplin.motif.fx.trading.block.event Classes representing the events that can happen during the block trade process. -
-
Uses of NettedLegExecution in com.caplin.motif.fx.trading.block.event
Methods in com.caplin.motif.fx.trading.block.event that return types with arguments of type NettedLegExecution Modifier and Type Method Description java.util.List<NettedLegExecution>
BlockTradeExecuteEvent. getLegExecutions()
Returns a list of objects that contain the leg execution data.Constructor parameters in com.caplin.motif.fx.trading.block.event with type arguments of type NettedLegExecution Constructor Description BlockTradeExecuteEvent(java.lang.String priceId, java.util.List<NettedLegExecution> legExecutions)
Instantiates a BlockTradeExecuteEvent
-