EstimateTradableQuantityRequest |
EstimateTradableQuantityRequest.action(ActionType action) |
static TradeOrderRequest |
TradeOrderRequest.buildAmountOrder(String account,
ContractItem contract,
ActionType action,
Double cashAmount) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildAmountOrder(String account,
ContractItem contract,
ActionType action,
Double cashAmount) |
static TradeOrderRequest |
TradeOrderRequest.buildLimitOrder(ContractItem contract,
ActionType action,
Integer quantity,
Double limitPrice) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildLimitOrder(ContractItem contract,
ActionType action,
Integer quantity,
Double limitPrice) |
static TradeOrderRequest |
TradeOrderRequest.buildLimitOrder(ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale,
Double limitPrice) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildLimitOrder(ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale,
Double limitPrice) |
static TradeOrderRequest |
TradeOrderRequest.buildLimitOrder(String account,
ContractItem contract,
ActionType action,
Integer quantity,
Double limitPrice) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildLimitOrder(String account,
ContractItem contract,
ActionType action,
Integer quantity,
Double limitPrice) |
static TradeOrderRequest |
TradeOrderRequest.buildLimitOrder(String account,
ContractItem contract,
ActionType action,
Integer quantity,
Double limitPrice,
Double adjustLimit) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildLimitOrder(String account,
ContractItem contract,
ActionType action,
Integer quantity,
Double limitPrice,
Double adjustLimit) |
static TradeOrderRequest |
TradeOrderRequest.buildLimitOrder(String account,
ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale,
Double limitPrice) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildLimitOrder(String account,
ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale,
Double limitPrice) |
static TradeOrderRequest |
TradeOrderRequest.buildLimitOrder(String account,
ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale,
Double limitPrice,
Double adjustLimit) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildLimitOrder(String account,
ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale,
Double limitPrice,
Double adjustLimit) |
static TradeOrderRequest |
TradeOrderRequest.buildMarketOrder(ContractItem contract,
ActionType action,
Integer quantity) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildMarketOrder(ContractItem contract,
ActionType action,
Integer quantity) |
static TradeOrderRequest |
TradeOrderRequest.buildMarketOrder(ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildMarketOrder(ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale) |
static TradeOrderRequest |
TradeOrderRequest.buildMarketOrder(String account,
ContractItem contract,
ActionType action,
Integer quantity) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildMarketOrder(String account,
ContractItem contract,
ActionType action,
Integer quantity) |
static TradeOrderRequest |
TradeOrderRequest.buildMarketOrder(String account,
ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildMarketOrder(String account,
ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale) |
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) |
static TradeOrderRequest |
TradeOrderRequest.buildOCABracketsOrder(ContractItem contract,
ActionType action,
Integer quantity,
Double profitTakerPrice,
TimeInForce profitTakerTif,
Boolean profitTakerRth,
Double stopLossPrice,
Double stopLossLimitPrice,
TimeInForce stopLossTif,
Boolean stopLossRth) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildOCABracketsOrder(ContractItem contract,
ActionType action,
Integer quantity,
Double profitTakerPrice,
TimeInForce profitTakerTif,
Boolean profitTakerRth,
Double stopLossPrice,
Double stopLossLimitPrice,
TimeInForce stopLossTif,
Boolean stopLossRth) |
static TradeOrderRequest |
TradeOrderRequest.buildOCABracketsOrder(String account,
ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale,
Double profitTakerPrice,
TimeInForce profitTakerTif,
Boolean profitTakerRth,
Double stopLossPrice,
Double stopLossLimitPrice,
TimeInForce stopLossTif,
Boolean stopLossRth) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildOCABracketsOrder(String account,
ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale,
Double profitTakerPrice,
TimeInForce profitTakerTif,
Boolean profitTakerRth,
Double stopLossPrice,
Double stopLossLimitPrice,
TimeInForce stopLossTif,
Boolean stopLossRth) |
static EstimateTradableQuantityRequest |
EstimateTradableQuantityRequest.buildRequest(SecType secType,
String symbol,
ActionType action,
OrderType orderType,
Double limitPrice,
Double stopPrice)
construct request with default account
|
static EstimateTradableQuantityRequest |
EstimateTradableQuantityRequest.buildRequest(String account,
SecType secType,
String symbol,
ActionType action,
OrderType orderType,
Double limitPrice,
Double stopPrice)
construct request
|
static TradeOrderRequest |
TradeOrderRequest.buildStopLimitOrder(ContractItem contract,
ActionType action,
Integer quantity,
Double limitPrice,
Double auxPrice) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildStopLimitOrder(ContractItem contract,
ActionType action,
Integer quantity,
Double limitPrice,
Double auxPrice) |
static TradeOrderRequest |
TradeOrderRequest.buildStopLimitOrder(ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale,
Double limitPrice,
Double auxPrice) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildStopLimitOrder(ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale,
Double limitPrice,
Double auxPrice) |
static TradeOrderRequest |
TradeOrderRequest.buildStopLimitOrder(String account,
ContractItem contract,
ActionType action,
Integer quantity,
Double limitPrice,
Double auxPrice) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildStopLimitOrder(String account,
ContractItem contract,
ActionType action,
Integer quantity,
Double limitPrice,
Double auxPrice) |
static TradeOrderRequest |
TradeOrderRequest.buildStopLimitOrder(String account,
ContractItem contract,
ActionType action,
Integer quantity,
Double limitPrice,
Double auxPrice,
Double adjustLimit) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildStopLimitOrder(String account,
ContractItem contract,
ActionType action,
Integer quantity,
Double limitPrice,
Double auxPrice,
Double adjustLimit) |
static TradeOrderRequest |
TradeOrderRequest.buildStopLimitOrder(String account,
ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale,
Double limitPrice,
Double auxPrice) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildStopLimitOrder(String account,
ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale,
Double limitPrice,
Double auxPrice) |
static TradeOrderRequest |
TradeOrderRequest.buildStopLimitOrder(String account,
ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale,
Double limitPrice,
Double auxPrice,
Double adjustLimit) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildStopLimitOrder(String account,
ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale,
Double limitPrice,
Double auxPrice,
Double adjustLimit) |
static TradeOrderRequest |
TradeOrderRequest.buildStopOrder(ContractItem contract,
ActionType action,
Integer quantity,
Double auxPrice) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildStopOrder(ContractItem contract,
ActionType action,
Integer quantity,
Double auxPrice) |
static TradeOrderRequest |
TradeOrderRequest.buildStopOrder(ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale,
Double auxPrice) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildStopOrder(ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale,
Double auxPrice) |
static TradeOrderRequest |
TradeOrderRequest.buildStopOrder(String account,
ContractItem contract,
ActionType action,
Integer quantity,
Double auxPrice) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildStopOrder(String account,
ContractItem contract,
ActionType action,
Integer quantity,
Double auxPrice) |
static TradeOrderRequest |
TradeOrderRequest.buildStopOrder(String account,
ContractItem contract,
ActionType action,
Integer quantity,
Double auxPrice,
Double adjustLimit) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildStopOrder(String account,
ContractItem contract,
ActionType action,
Integer quantity,
Double auxPrice,
Double adjustLimit) |
static TradeOrderRequest |
TradeOrderRequest.buildStopOrder(String account,
ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale,
Double auxPrice) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildStopOrder(String account,
ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale,
Double auxPrice) |
static TradeOrderRequest |
TradeOrderRequest.buildStopOrder(String account,
ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale,
Double auxPrice,
Double adjustLimit) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildStopOrder(String account,
ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale,
Double auxPrice,
Double adjustLimit) |
static TradeOrderModel |
TradeOrderRequest.buildTradeOrderModel(String account,
ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale) |
static TradeOrderModel |
TradeOrderPreviewRequest.buildTradeOrderModel(String account,
ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale) |
static TradeOrderRequest |
TradeOrderRequest.buildTrailOrder(ContractItem contract,
ActionType action,
Integer quantity,
Double trailingPercent,
Double auxPrice) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildTrailOrder(ContractItem contract,
ActionType action,
Integer quantity,
Double trailingPercent,
Double auxPrice) |
static TradeOrderRequest |
TradeOrderRequest.buildTrailOrder(ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale,
Double trailingPercent,
Double auxPrice) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildTrailOrder(ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale,
Double trailingPercent,
Double auxPrice) |
static TradeOrderRequest |
TradeOrderRequest.buildTrailOrder(String account,
ContractItem contract,
ActionType action,
Integer quantity,
Double trailingPercent,
Double auxPrice) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildTrailOrder(String account,
ContractItem contract,
ActionType action,
Integer quantity,
Double trailingPercent,
Double auxPrice) |
static TradeOrderRequest |
TradeOrderRequest.buildTrailOrder(String account,
ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale,
Double trailingPercent,
Double auxPrice) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildTrailOrder(String account,
ContractItem contract,
ActionType action,
Long quantity,
Integer quantityScale,
Double trailingPercent,
Double auxPrice) |
static TradeOrderRequest |
TradeOrderRequest.buildTWAPOrder(String account,
String symbol,
ActionType action,
Integer quantity,
Long startTime,
Long endTime,
Double limitPrice) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildTWAPOrder(String account,
String symbol,
ActionType action,
Integer quantity,
Long startTime,
Long endTime,
Double limitPrice) |
static TradeOrderRequest |
TradeOrderRequest.buildVWAPOrder(String account,
String symbol,
ActionType action,
Integer quantity,
Long startTime,
Long endTime,
Double participationRate,
Double limitPrice) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildVWAPOrder(String account,
String symbol,
ActionType action,
Integer quantity,
Long startTime,
Long endTime,
Double participationRate,
Double limitPrice) |
static TradeOrderRequest |
TradeOrderRequest.buildWAPOrder(String account,
String symbol,
ActionType action,
Integer quantity,
OrderType orderType,
Long startTime,
Long endTime,
Double participationRate,
Double limitPrice) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildWAPOrder(String account,
String symbol,
ActionType action,
Integer quantity,
OrderType orderType,
Long startTime,
Long endTime,
Double participationRate,
Double limitPrice) |
static TradeOrderRequest |
TradeOrderRequest.buildWAPOrder(String account,
String symbol,
ActionType action,
Long quantity,
Integer quantityScale,
OrderType orderType,
Long startTime,
Long endTime,
Double participationRate,
Double limitPrice) |
static TradeOrderPreviewRequest |
TradeOrderPreviewRequest.buildWAPOrder(String account,
String symbol,
ActionType action,
Long quantity,
Integer quantityScale,
OrderType orderType,
Long startTime,
Long endTime,
Double participationRate,
Double limitPrice) |
TradeOrderRequest |
TradeOrderRequest.setAction(ActionType action) |
TradeOrderPreviewRequest |
TradeOrderPreviewRequest.setAction(ActionType action) |