public static interface QuoteDepthData.OrderBookOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getExchange(int index)
option exchange
repeated string exchange = 4; |
com.google.protobuf.ByteString |
getExchangeBytes(int index)
option exchange
repeated string exchange = 4; |
int |
getExchangeCount()
option exchange
repeated string exchange = 4; |
List<String> |
getExchangeList()
option exchange
repeated string exchange = 4; |
int |
getOrderCount(int index)
required when symbol in HK market
repeated uint32 orderCount = 3; |
int |
getOrderCountCount()
required when symbol in HK market
repeated uint32 orderCount = 3; |
List<Integer> |
getOrderCountList()
required when symbol in HK market
repeated uint32 orderCount = 3; |
double |
getPrice(int index)
repeated double price = 1; |
int |
getPriceCount()
repeated double price = 1; |
List<Double> |
getPriceList()
repeated double price = 1; |
long |
getTime(int index)
option exchange time
repeated sint64 time = 5; |
int |
getTimeCount()
option exchange time
repeated sint64 time = 5; |
List<Long> |
getTimeList()
option exchange time
repeated sint64 time = 5; |
long |
getVolume(int index)
repeated sint64 volume = 2; |
int |
getVolumeCount()
repeated sint64 volume = 2; |
List<Long> |
getVolumeList()
repeated sint64 volume = 2; |
List<Double> getPriceList()
repeated double price = 1;int getPriceCount()
repeated double price = 1;double getPrice(int index)
repeated double price = 1;index - The index of the element to return.List<Long> getVolumeList()
repeated sint64 volume = 2;int getVolumeCount()
repeated sint64 volume = 2;long getVolume(int index)
repeated sint64 volume = 2;index - The index of the element to return.List<Integer> getOrderCountList()
required when symbol in HK market
repeated uint32 orderCount = 3;int getOrderCountCount()
required when symbol in HK market
repeated uint32 orderCount = 3;int getOrderCount(int index)
required when symbol in HK market
repeated uint32 orderCount = 3;index - The index of the element to return.List<String> getExchangeList()
option exchange
repeated string exchange = 4;int getExchangeCount()
option exchange
repeated string exchange = 4;String getExchange(int index)
option exchange
repeated string exchange = 4;index - The index of the element to return.com.google.protobuf.ByteString getExchangeBytes(int index)
option exchange
repeated string exchange = 4;index - The index of the value to return.List<Long> getTimeList()
option exchange time
repeated sint64 time = 5;int getTimeCount()
option exchange time
repeated sint64 time = 5;long getTime(int index)
option exchange time
repeated sint64 time = 5;index - The index of the element to return.Copyright © 2025. All rights reserved.