static TradeOrderRequest |
TradeOrderRequest.buildAmountOrder(String account,
ContractItem contract,
ActionType action,
Double cashAmount) |
static TradeOrderRequest |
TradeOrderRequest.buildLimitOrder(ContractItem contract,
ActionType action,
Integer quantity,
Double limitPrice) |
static TradeOrderRequest |
TradeOrderRequest.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 TradeOrderRequest |
TradeOrderRequest.buildMarketOrder(ContractItem contract,
ActionType action,
Integer quantity) |
static TradeOrderRequest |
TradeOrderRequest.buildMarketOrder(String account,
ContractItem contract,
ActionType action,
Integer quantity) |
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 TradeOrderRequest |
TradeOrderRequest.buildOCABracketsOrder(String account,
ContractItem contract,
ActionType action,
Integer quantity,
Double profitTakerPrice,
TimeInForce profitTakerTif,
Boolean profitTakerRth,
Double stopLossPrice,
Double stopLossLimitPrice,
TimeInForce stopLossTif,
Boolean stopLossRth) |
static TradeOrderRequest |
TradeOrderRequest.buildStopLimitOrder(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) |
static TradeOrderRequest |
TradeOrderRequest.buildStopLimitOrder(String account,
ContractItem contract,
ActionType action,
Integer quantity,
Double limitPrice,
Double auxPrice,
Double adjustLimit) |
static TradeOrderRequest |
TradeOrderRequest.buildStopOrder(ContractItem contract,
ActionType action,
Integer quantity,
Double auxPrice) |
static TradeOrderRequest |
TradeOrderRequest.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 TradeOrderModel |
TradeOrderRequest.buildTradeOrderModel(String account,
ContractItem contract,
ActionType action,
Integer quantity) |
static TradeOrderRequest |
TradeOrderRequest.buildTrailOrder(ContractItem contract,
ActionType action,
Integer quantity,
Double trailingPercent,
Double auxPrice) |
static TradeOrderRequest |
TradeOrderRequest.buildTrailOrder(String account,
ContractItem contract,
ActionType action,
Integer quantity,
Double trailingPercent,
Double auxPrice) |