程序包 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
  • 方法详细资料

    • 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.