public static interface TickData.TickOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCond()
The trade condition for irregular transaction.
|
com.google.protobuf.ByteString |
getCondBytes()
The trade condition for irregular transaction.
|
String |
getPartCode()
The market participant reports the transaction.
|
com.google.protobuf.ByteString |
getPartCodeBytes()
The market participant reports the transaction.
|
float |
getPrice()
Transaction price.
|
long |
getSn()
The order in which upstream data arrives, for reference only.
|
long |
getTime()
Execution time of transaction. 13-digit timestamp
int64 time = 2; |
String |
getType()
buy/sell direction.
|
com.google.protobuf.ByteString |
getTypeBytes()
buy/sell direction.
|
int |
getVolume()
Transaction volume.
|
long getSn()
The order in which upstream data arrives, for reference only.
int64 sn = 1;long getTime()
Execution time of transaction. 13-digit timestamp
int64 time = 2;float getPrice()
Transaction price.
float price = 3;int getVolume()
Transaction volume.
int32 volume = 4;String getType()
buy/sell direction. Active buy(+); Active sell(-); Neutral transaction(*)
string type = 5;com.google.protobuf.ByteString getTypeBytes()
buy/sell direction. Active buy(+); Active sell(-); Neutral transaction(*)
string type = 5;String getCond()
The trade condition for irregular transaction. (Optional)
string cond = 6;com.google.protobuf.ByteString getCondBytes()
The trade condition for irregular transaction. (Optional)
string cond = 6;String getPartCode()
The market participant reports the transaction. (Optional)
string partCode = 7;com.google.protobuf.ByteString getPartCodeBytes()
The market participant reports the transaction. (Optional)
string partCode = 7;Copyright © 2024. All rights reserved.