public static interface OptionTopData.BigOrderOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
double |
getAmount()
trade amount
double amount = 8; |
String |
getDir()
BUY/SELL
string dir = 5; |
com.google.protobuf.ByteString |
getDirBytes()
BUY/SELL
string dir = 5; |
String |
getExpiry()
formate:yyyyMMdd
string expiry = 2; |
com.google.protobuf.ByteString |
getExpiryBytes()
formate:yyyyMMdd
string expiry = 2; |
double |
getPrice()
trade price
double price = 7; |
String |
getRight()
CALL/PUT
string right = 4; |
com.google.protobuf.ByteString |
getRightBytes()
CALL/PUT
string right = 4; |
String |
getStrike()
strike price
string strike = 3; |
com.google.protobuf.ByteString |
getStrikeBytes()
strike price
string strike = 3; |
String |
getSymbol()
string symbol = 1; |
com.google.protobuf.ByteString |
getSymbolBytes()
string symbol = 1; |
long |
getTradeTime()
trade timestamp
int64 tradeTime = 9; |
double |
getVolume()
target value: volume > 1000
double volume = 6; |
String getSymbol()
string symbol = 1;com.google.protobuf.ByteString getSymbolBytes()
string symbol = 1;String getExpiry()
formate:yyyyMMdd
string expiry = 2;com.google.protobuf.ByteString getExpiryBytes()
formate:yyyyMMdd
string expiry = 2;String getStrike()
strike price
string strike = 3;com.google.protobuf.ByteString getStrikeBytes()
strike price
string strike = 3;String getRight()
CALL/PUT
string right = 4;com.google.protobuf.ByteString getRightBytes()
CALL/PUT
string right = 4;String getDir()
BUY/SELL
string dir = 5;com.google.protobuf.ByteString getDirBytes()
BUY/SELL
string dir = 5;double getVolume()
target value: volume > 1000
double volume = 6;double getPrice()
trade price
double price = 7;double getAmount()
trade amount
double amount = 8;long getTradeTime()
trade timestamp
int64 tradeTime = 9;Copyright © 2024. All rights reserved.