public static interface OptionTopData.OptionItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getExpiry()
formate:yyyyMMdd
string expiry = 2; |
com.google.protobuf.ByteString |
getExpiryBytes()
formate:yyyyMMdd
string expiry = 2; |
double |
getLatestPrice()
option latest price
double latestPrice = 9; |
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; |
double |
getTotalAmount()
total trade amount
double totalAmount = 5; |
double |
getTotalOpenInt()
open interest
double totalOpenInt = 7; |
double |
getTotalVolume()
total trade volume
double totalVolume = 6; |
long |
getUpdateTime()
uptate timestamp
int64 updateTime = 10; |
double |
getVolumeToOpenInt()
Volume to Open Interest
double volumeToOpenInt = 8; |
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;double getTotalAmount()
total trade amount
double totalAmount = 5;double getTotalVolume()
total trade volume
double totalVolume = 6;double getTotalOpenInt()
open interest
double totalOpenInt = 7;double getVolumeToOpenInt()
Volume to Open Interest
double volumeToOpenInt = 8;double getLatestPrice()
option latest price
double latestPrice = 9;long getUpdateTime()
uptate timestamp
int64 updateTime = 10;Copyright © 2025. All rights reserved.