public class BlockTradeExecuteEvent extends ExecuteEvent
An event received when the client has submitted a BlockTrade to be executed
Constructor and Description |
---|
BlockTradeExecuteEvent(String priceId,
List<NettedLegExecution> legExecutions)
Instantiates a BlockTradeExecuteEvent
|
Modifier and Type | Method and Description |
---|---|
List<NettedLegExecution> |
getLegExecutions()
Returns a list of objects that contain the leg execution data.
|
getPriceId
public BlockTradeExecuteEvent(String priceId, List<NettedLegExecution> legExecutions)
priceId
- the price idlegExecutions
- the list of objects containing the leg number, direction and price of each netted leg.public List<NettedLegExecution> getLegExecutions()
Copyright © 2015 Caplin Systems.