public enum MethodName extends Enum<MethodName>
| 限定符和类型 | 方法和说明 |
|---|---|
static MethodName |
getMethodNameByValue(String value) |
MethodType |
getType()
get method type.
|
String |
getValue() |
static MethodName |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static MethodName[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final MethodName ORDER_NO
public static final MethodName PLACE_ORDER
public static final MethodName BATCH_PLACE_ORDER
public static final MethodName CANCEL_ORDER
public static final MethodName MODIFY_ORDER
public static final MethodName PREVIEW_ORDER
public static final MethodName ACCOUNTS
public static final MethodName ASSETS
public static final MethodName PRIME_ASSETS
public static final MethodName ANALYTICS_ASSET
public static final MethodName POSITIONS
public static final MethodName ORDERS
public static final MethodName ACTIVE_ORDERS
public static final MethodName INACTIVE_ORDERS
public static final MethodName FILLED_ORDERS
public static final MethodName ORDER_TRANSACTIONS
public static final MethodName CONTRACT
public static final MethodName CONTRACTS
public static final MethodName MARKET_STATE
public static final MethodName ALL_SYMBOLS
public static final MethodName ALL_SYMBOL_NAMES
public static final MethodName BRIEF
public static final MethodName STOCK_DETAIL
public static final MethodName HOUR_TRADING_TIMELINE
public static final MethodName TIMELINE
public static final MethodName HISTORY_TIMELINE
public static final MethodName KLINE
public static final MethodName TRADE_TICK
public static final MethodName QUOTE_CONTRACT
public static final MethodName QUOTE_REAL_TIME
public static final MethodName QUOTE_SHORTABLE_STOCKS
public static final MethodName QUOTE_STOCK_TRADE
public static final MethodName QUOTE_DEPTH
public static final MethodName QUOTE_DELAY
public static final MethodName TRADING_CALENDAR
public static final MethodName OPTION_EXPIRATION
public static final MethodName OPTION_CHAIN
public static final MethodName OPTION_BRIEF
public static final MethodName OPTION_KLINE
public static final MethodName OPTION_TRADE_TICK
public static final MethodName FUTURE_EXCHANGE
public static final MethodName FUTURE_CONTRACT_BY_CONTRACT_CODE
public static final MethodName FUTURE_CONTRACT_BY_EXCHANGE_CODE
public static final MethodName FUTURE_CONTINUOUS_CONTRACTS
public static final MethodName FUTURE_CURRENT_CONTRACT
public static final MethodName FUTURE_CONTRACTS
public static final MethodName FUTURE_KLINE
public static final MethodName FUTURE_REAL_TIME_QUOTE
public static final MethodName FUTURE_TICK
public static final MethodName FUTURE_TRADING_DATE
public static final MethodName FINANCIAL_DAILY
public static final MethodName FINANCIAL_REPORT
public static final MethodName CORPORATE_ACTION
public static final MethodName INDUSTRY_LIST
public static final MethodName INDUSTRY_STOCKS
public static final MethodName STOCK_INDUSTRY
public static final MethodName GRAB_QUOTE_PERMISSION
public static final MethodName GET_QUOTE_PERMISSION
public static final MethodName USER_LOGIN
public static final MethodName USER_TRADE_TOKEN
public static final MethodName USER_TRADE_PASSWORD_VERIFY
public static final MethodName USER_TRADE_PASSWORD_RESET
public static final MethodName USER_LICENSE
public static MethodName[] values()
for (MethodName c : MethodName.values()) System.out.println(c);
public static MethodName valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getValue()
public MethodType getType()
public static MethodName getMethodNameByValue(String value)
Copyright © 2022. All rights reserved.