public interface KlineDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
double |
getAmount()
Cumulative turnover in current minute.
|
float |
getAvg()
The average price of current minute.
|
float |
getClose()
The last transaction price in the current minute
float close = 5; |
int |
getCount()
The number of transaction in current minute.
|
float |
getHigh()
The highest price of current minute.
|
float |
getLow()
The lowest price of current minute.
|
float |
getOpen()
The first transaction price of current minute.
|
long |
getServerTimestamp()
optional uint64 serverTimestamp = 11; |
String |
getSymbol()
symbol
string symbol = 9; |
com.google.protobuf.ByteString |
getSymbolBytes()
symbol
string symbol = 9; |
long |
getTime()
bar timestamp.
|
long |
getVolume()
Cumulative trading volume in current minute.
|
boolean |
hasServerTimestamp()
optional uint64 serverTimestamp = 11; |
long getTime()
bar timestamp.
int64 time = 1;float getOpen()
The first transaction price of current minute.
float open = 2;float getHigh()
The highest price of current minute.
float high = 3;float getLow()
The lowest price of current minute.
float low = 4;float getClose()
The last transaction price in the current minute
float close = 5;float getAvg()
The average price of current minute.
float avg = 6;long getVolume()
Cumulative trading volume in current minute.
int64 volume = 7;int getCount()
The number of transaction in current minute.
int32 count = 8;String getSymbol()
symbol
string symbol = 9;com.google.protobuf.ByteString getSymbolBytes()
symbol
string symbol = 9;double getAmount()
Cumulative turnover in current minute.
double amount = 10;boolean hasServerTimestamp()
optional uint64 serverTimestamp = 11;long getServerTimestamp()
optional uint64 serverTimestamp = 11;Copyright © 2025. All rights reserved.