EstimateTradableQuantityRequest |
EstimateTradableQuantityRequest.action(ActionType action) |
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 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 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) |
TradeOrderRequest |
TradeOrderRequest.setAction(ActionType action) |