public interface OrderTransactionDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccount()
user account
string account = 3; |
com.google.protobuf.ByteString |
getAccountBytes()
user account
string account = 3; |
String |
getAction()
BUY or SELL
string action = 7; |
com.google.protobuf.ByteString |
getActionBytes()
BUY or SELL
string action = 7; |
long |
getCreateTime()
uint64 createTime = 14; |
String |
getCurrency()
currency.
|
com.google.protobuf.ByteString |
getCurrencyBytes()
currency.
|
double |
getFilledPrice()
filled price
double filledPrice = 12; |
long |
getFilledQuantity()
filled quantity
sint64 filledQuantity = 13; |
long |
getId()
transact id
sint64 id = 1; |
String |
getIdentifier()
string identifier = 5; |
com.google.protobuf.ByteString |
getIdentifierBytes()
string identifier = 5; |
String |
getMarket()
market.
|
com.google.protobuf.ByteString |
getMarketBytes()
market.
|
int |
getMultiplier()
multiplier for futures, options, warrants and CBBC
uint32 multiplier = 6; |
long |
getOrderId()
unique order id
sint64 orderId = 2; |
String |
getSecType()
STK Stocks, OPT Options, WAR Warrants, IOPT CBBC, CASH FOREX, FUT Futures, FOP Future Options
string secType = 11; |
com.google.protobuf.ByteString |
getSecTypeBytes()
STK Stocks, OPT Options, WAR Warrants, IOPT CBBC, CASH FOREX, FUT Futures, FOP Future Options
string secType = 11; |
String |
getSegType()
Securities Category C: (Commodities Futures), S: (Securities Stocks)
string segType = 10; |
com.google.protobuf.ByteString |
getSegTypeBytes()
Securities Category C: (Commodities Futures), S: (Securities Stocks)
string segType = 10; |
String |
getSymbol()
string symbol = 4; |
com.google.protobuf.ByteString |
getSymbolBytes()
string symbol = 4; |
long |
getTimestamp()
uint64 timestamp = 17; |
long |
getTransactTime()
transact time
uint64 transactTime = 16; |
long |
getUpdateTime()
uint64 updateTime = 15; |
long getId()
transact id
sint64 id = 1;long getOrderId()
unique order id
sint64 orderId = 2;String getAccount()
user account
string account = 3;com.google.protobuf.ByteString getAccountBytes()
user account
string account = 3;String getSymbol()
string symbol = 4;com.google.protobuf.ByteString getSymbolBytes()
string symbol = 4;String getIdentifier()
string identifier = 5;com.google.protobuf.ByteString getIdentifierBytes()
string identifier = 5;int getMultiplier()
multiplier for futures, options, warrants and CBBC
uint32 multiplier = 6;String getAction()
BUY or SELL
string action = 7;com.google.protobuf.ByteString getActionBytes()
BUY or SELL
string action = 7;String getMarket()
market. US, HK, etc.
string market = 8;com.google.protobuf.ByteString getMarketBytes()
market. US, HK, etc.
string market = 8;String getCurrency()
currency. USD, HKD, etc.
string currency = 9;com.google.protobuf.ByteString getCurrencyBytes()
currency. USD, HKD, etc.
string currency = 9;String getSegType()
Securities Category C: (Commodities Futures), S: (Securities Stocks)
string segType = 10;com.google.protobuf.ByteString getSegTypeBytes()
Securities Category C: (Commodities Futures), S: (Securities Stocks)
string segType = 10;String getSecType()
STK Stocks, OPT Options, WAR Warrants, IOPT CBBC, CASH FOREX, FUT Futures, FOP Future Options
string secType = 11;com.google.protobuf.ByteString getSecTypeBytes()
STK Stocks, OPT Options, WAR Warrants, IOPT CBBC, CASH FOREX, FUT Futures, FOP Future Options
string secType = 11;double getFilledPrice()
filled price
double filledPrice = 12;long getFilledQuantity()
filled quantity
sint64 filledQuantity = 13;long getCreateTime()
uint64 createTime = 14;long getUpdateTime()
uint64 updateTime = 15;long getTransactTime()
transact time
uint64 transactTime = 16;long getTimestamp()
uint64 timestamp = 17;Copyright © 2025. All rights reserved.