| 限定符和类型 | 方法和说明 |
|---|---|
OrderType |
TradeOrderModel.getOrderType() |
OrderType |
EstimateTradableQuantityModel.getOrderType() |
OrderType |
TradeOrderModel.getStopLossOrderType() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TradeOrderModel.setOrderType(OrderType orderType) |
void |
EstimateTradableQuantityModel.setOrderType(OrderType orderType) |
void |
TradeOrderModel.setStopLossOrderType(OrderType stopLossOrderType) |
| 限定符和类型 | 方法和说明 |
|---|---|
static TradeOrderRequest |
TradeOrderRequest.buildMultiLegOrder(String account,
List<ContractLeg> contractLegs,
ComboType comboType,
ActionType action,
Integer quantity,
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) |
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
static OrderType |
OrderType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static OrderType[] |
OrderType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
OrderType |
OrderParameter.getOrderType() |
OrderType |
OrderParameter.getStopLossOrderType() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
OrderParameter.setOrderType(OrderType orderType) |
void |
OrderParameter.setStopLossOrderType(OrderType stopLossOrderType) |
| 限定符和类型 | 方法和说明 |
|---|---|
TradeParamBuilder |
TradeParamBuilder.orderType(OrderType orderType) |
TradeParamBuilder |
TradeParamBuilder.setStopLossOrderType(OrderType stopLossOrderType) |
Copyright © 2024. All rights reserved.