static TradeOrderRequest |
TradeOrderRequest.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 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.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) |
EstimateTradableQuantityRequest |
EstimateTradableQuantityRequest.orderType(OrderType orderType) |
TradeOrderRequest |
TradeOrderRequest.setAuctionOrder(OrderType orderType,
TimeInForce timeInForce)
set action order in the Hong Kong Stock Exchange
|
TradeOrderRequest |
TradeOrderRequest.setOrderType(OrderType orderType) |
TradeOrderRequest |
TradeOrderRequest.setStopLossOrderType(OrderType stopLossOrderType) |