程序包 xyz.redtorch.pb
接口 CoreField.BarFieldOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
CoreField.BarField,CoreField.BarField.Builder
- 封闭类:
- CoreField
public static interface CoreField.BarFieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明业务发生日com.google.protobuf.ByteString业务发生日时间(HHmmssSSS)com.google.protobuf.ByteString时间(HHmmssSSS)long时间戳渠道来源com.google.protobuf.ByteString渠道来源double收网关IDcom.google.protobuf.ByteString网关IDdouble高double低long最新成交笔数long成交笔数(Bar)double最后持仓量double持仓量(Bar)double开double前收盘价double昨持仓double昨结算价交易日com.google.protobuf.ByteString交易日double最后成交总额double成交总额(Bar)统一合约标识com.google.protobuf.ByteString统一合约标识long最后总成交量long成交量(Bar)从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getUnifiedSymbol
String getUnifiedSymbol()统一合约标识
string unifiedSymbol = 1;- 返回:
- The unifiedSymbol.
-
getUnifiedSymbolBytes
com.google.protobuf.ByteString getUnifiedSymbolBytes()统一合约标识
string unifiedSymbol = 1;- 返回:
- The bytes for unifiedSymbol.
-
getGatewayId
String getGatewayId()网关ID
string gatewayId = 2;- 返回:
- The gatewayId.
-
getGatewayIdBytes
com.google.protobuf.ByteString getGatewayIdBytes()网关ID
string gatewayId = 2;- 返回:
- The bytes for gatewayId.
-
getTradingDay
String getTradingDay()交易日
string tradingDay = 3;- 返回:
- The tradingDay.
-
getTradingDayBytes
com.google.protobuf.ByteString getTradingDayBytes()交易日
string tradingDay = 3;- 返回:
- The bytes for tradingDay.
-
getActionDay
String getActionDay()业务发生日
string actionDay = 4;- 返回:
- The actionDay.
-
getActionDayBytes
com.google.protobuf.ByteString getActionDayBytes()业务发生日
string actionDay = 4;- 返回:
- The bytes for actionDay.
-
getActionTime
String getActionTime()时间(HHmmssSSS)
string actionTime = 5;- 返回:
- The actionTime.
-
getActionTimeBytes
com.google.protobuf.ByteString getActionTimeBytes()时间(HHmmssSSS)
string actionTime = 5;- 返回:
- The bytes for actionTime.
-
getActionTimestamp
long getActionTimestamp()时间戳
fixed64 actionTimestamp = 6;- 返回:
- The actionTimestamp.
-
getOpenPrice
double getOpenPrice()开
double openPrice = 7;- 返回:
- The openPrice.
-
getHighPrice
double getHighPrice()高
double highPrice = 8;- 返回:
- The highPrice.
-
getLowPrice
double getLowPrice()低
double lowPrice = 9;- 返回:
- The lowPrice.
-
getClosePrice
double getClosePrice()收
double closePrice = 10;- 返回:
- The closePrice.
-
getOpenInterest
double getOpenInterest()最后持仓量
double openInterest = 11;- 返回:
- The openInterest.
-
getOpenInterestDelta
double getOpenInterestDelta()持仓量(Bar)
double openInterestDelta = 12;- 返回:
- The openInterestDelta.
-
getVolume
long getVolume()最后总成交量
fixed64 volume = 13;- 返回:
- The volume.
-
getVolumeDelta
long getVolumeDelta()成交量(Bar)
fixed64 volumeDelta = 14;- 返回:
- The volumeDelta.
-
getTurnover
double getTurnover()最后成交总额
double turnover = 15;- 返回:
- The turnover.
-
getTurnoverDelta
double getTurnoverDelta()成交总额(Bar)
double turnoverDelta = 16;- 返回:
- The turnoverDelta.
-
getNumTrades
long getNumTrades()最新成交笔数
fixed64 numTrades = 17;- 返回:
- The numTrades.
-
getNumTradesDelta
long getNumTradesDelta()成交笔数(Bar)
fixed64 numTradesDelta = 18;- 返回:
- The numTradesDelta.
-
getPreOpenInterest
double getPreOpenInterest()昨持仓
double preOpenInterest = 19;- 返回:
- The preOpenInterest.
-
getPreClosePrice
double getPreClosePrice()前收盘价
double preClosePrice = 20;- 返回:
- The preClosePrice.
-
getPreSettlePrice
double getPreSettlePrice()昨结算价
double preSettlePrice = 21;- 返回:
- The preSettlePrice.
-
getChannelType
String getChannelType()渠道来源
string channelType = 22;- 返回:
- The channelType.
-
getChannelTypeBytes
com.google.protobuf.ByteString getChannelTypeBytes()渠道来源
string channelType = 22;- 返回:
- The bytes for channelType.
-