static TradeOrderRequest |
TradeOrderRequest.buildMultiLegOrder(String account,
List<ContractLeg> contractLegs,
ComboType comboType,
ActionType action,
Integer quantity,
OrderType orderType,
Double limitPrice,
Double auxPrice,
Double trailingPercent) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildMultiLegOrder(String account,
List<ContractLeg> contractLegs,
ComboType comboType,
ActionType action,
Integer quantity,
OrderType orderType,
Double limitPrice,
Double auxPrice,
Double trailingPercent) |
static TradeOrderRequest |
TradeOrderRequest.buildMultiLegOrder(String account,
List<ContractLeg> contractLegs,
ComboType comboType,
ActionType action,
Long quantity,
Integer quantityScale,
OrderType orderType,
Double limitPrice,
Double auxPrice,
Double trailingPercent) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildMultiLegOrder(String account,
List<ContractLeg> contractLegs,
ComboType comboType,
ActionType action,
Long quantity,
Integer quantityScale,
OrderType orderType,
Double limitPrice,
Double auxPrice,
Double trailingPercent) |