public static interface QuoteData.MinuteOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
double |
getA()
average price of the minute bar
double a = 2; |
double |
getH()
highest price of the minute bar
optional double h = 6; |
double |
getL()
lowest price of the minute bar
optional double l = 7; |
double |
getO()
open price of the minute bar
optional double o = 5; |
double |
getP()
last price of the minute bar
double p = 1; |
long |
getT()
timestamp of the minute bar
uint64 t = 3; |
long |
getV()
trading volume of the minute bar
sint64 v = 4; |
boolean |
hasH()
highest price of the minute bar
optional double h = 6; |
boolean |
hasL()
lowest price of the minute bar
optional double l = 7; |
boolean |
hasO()
open price of the minute bar
optional double o = 5; |
double getP()
last price of the minute bar
double p = 1;double getA()
average price of the minute bar
double a = 2;long getT()
timestamp of the minute bar
uint64 t = 3;long getV()
trading volume of the minute bar
sint64 v = 4;boolean hasO()
open price of the minute bar
optional double o = 5;double getO()
open price of the minute bar
optional double o = 5;boolean hasH()
highest price of the minute bar
optional double h = 6;double getH()
highest price of the minute bar
optional double h = 6;boolean hasL()
lowest price of the minute bar
optional double l = 7;double getL()
lowest price of the minute bar
optional double l = 7;Copyright © 2024. All rights reserved.