程序包 xyz.redtorch.pb

接口 CoreField.TickFieldOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
CoreField.TickField, CoreField.TickField.Builder
封闭类:
CoreField

public static interface CoreField.TickFieldOrBuilder 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.
    • getStatus

      int getStatus()
       状态
       
      fixed32 status = 7;
      返回:
      The status.
    • getLastPrice

      double getLastPrice()
       最新成交价
       
      double lastPrice = 8;
      返回:
      The lastPrice.
    • getAvgPrice

      double getAvgPrice()
       均价
       
      double avgPrice = 9;
      返回:
      The avgPrice.
    • getTotalBidVol

      long getTotalBidVol()
       定单买入总量
       
      fixed64 totalBidVol = 10;
      返回:
      The totalBidVol.
    • getTotalAskVol

      long getTotalAskVol()
       定单卖出总量
       
      fixed64 totalAskVol = 11;
      返回:
      The totalAskVol.
    • getWeightedAvgBidPrice

      double getWeightedAvgBidPrice()
       加权平均委买价格
       
      double weightedAvgBidPrice = 12;
      返回:
      The weightedAvgBidPrice.
    • getWeightedAvgAskPrice

      double getWeightedAvgAskPrice()
       加权平均卖价格
       
      double weightedAvgAskPrice = 13;
      返回:
      The weightedAvgAskPrice.
    • getIopv

      double getIopv()
       净值估值
       
      double iopv = 14;
      返回:
      The iopv.
    • getYieldToMaturity

      double getYieldToMaturity()
       到期收益率
       
      double yieldToMaturity = 15;
      返回:
      The yieldToMaturity.
    • getVolumeDelta

      long getVolumeDelta()
       成交量变化
       
      fixed64 volumeDelta = 16;
      返回:
      The volumeDelta.
    • getVolume

      long getVolume()
       总成交量
       
      fixed64 volume = 17;
      返回:
      The volume.
    • getTurnover

      double getTurnover()
       成交总额
       
      double turnover = 18;
      返回:
      The turnover.
    • getTurnoverDelta

      double getTurnoverDelta()
       成交总额变化
       
      double turnoverDelta = 19;
      返回:
      The turnoverDelta.
    • getNumTrades

      long getNumTrades()
       成交笔数
       
      fixed64 numTrades = 20;
      返回:
      The numTrades.
    • getNumTradesDelta

      long getNumTradesDelta()
       成交笔数
       
      fixed64 numTradesDelta = 21;
      返回:
      The numTradesDelta.
    • getOpenInterest

      double getOpenInterest()
       持仓量
       
      double openInterest = 22;
      返回:
      The openInterest.
    • getOpenInterestDelta

      double getOpenInterestDelta()
       持仓量变化
       
      double openInterestDelta = 23;
      返回:
      The openInterestDelta.
    • getPreOpenInterest

      double getPreOpenInterest()
       昨持仓
       
      double preOpenInterest = 24;
      返回:
      The preOpenInterest.
    • getPreClosePrice

      double getPreClosePrice()
       前收盘价
       
      double preClosePrice = 25;
      返回:
      The preClosePrice.
    • getSettlePrice

      double getSettlePrice()
       结算价
       
      double settlePrice = 26;
      返回:
      The settlePrice.
    • getPreSettlePrice

      double getPreSettlePrice()
       昨结算价
       
      double preSettlePrice = 27;
      返回:
      The preSettlePrice.
    • getOpenPrice

      double getOpenPrice()
       开盘价
       
      double openPrice = 28;
      返回:
      The openPrice.
    • getHighPrice

      double getHighPrice()
       最高价
       
      double highPrice = 29;
      返回:
      The highPrice.
    • getLowPrice

      double getLowPrice()
       最低价
       
      double lowPrice = 30;
      返回:
      The lowPrice.
    • getUpperLimit

      double getUpperLimit()
       涨停价
       
      double upperLimit = 31;
      返回:
      The upperLimit.
    • getLowerLimit

      double getLowerLimit()
       跌停价
       
      double lowerLimit = 32;
      返回:
      The lowerLimit.
    • getBidPriceList

      List<Double> getBidPriceList()
       买价
       
      repeated double bidPrice = 33;
      返回:
      A list containing the bidPrice.
    • getBidPriceCount

      int getBidPriceCount()
       买价
       
      repeated double bidPrice = 33;
      返回:
      The count of bidPrice.
    • getBidPrice

      double getBidPrice(int index)
       买价
       
      repeated double bidPrice = 33;
      参数:
      index - The index of the element to return.
      返回:
      The bidPrice at the given index.
    • getAskPriceList

      List<Double> getAskPriceList()
       卖价
       
      repeated double askPrice = 34;
      返回:
      A list containing the askPrice.
    • getAskPriceCount

      int getAskPriceCount()
       卖价
       
      repeated double askPrice = 34;
      返回:
      The count of askPrice.
    • getAskPrice

      double getAskPrice(int index)
       卖价
       
      repeated double askPrice = 34;
      参数:
      index - The index of the element to return.
      返回:
      The askPrice at the given index.
    • getBidVolumeList

      List<Integer> getBidVolumeList()
       买量
       
      repeated fixed32 bidVolume = 35;
      返回:
      A list containing the bidVolume.
    • getBidVolumeCount

      int getBidVolumeCount()
       买量
       
      repeated fixed32 bidVolume = 35;
      返回:
      The count of bidVolume.
    • getBidVolume

      int getBidVolume(int index)
       买量
       
      repeated fixed32 bidVolume = 35;
      参数:
      index - The index of the element to return.
      返回:
      The bidVolume at the given index.
    • getAskVolumeList

      List<Integer> getAskVolumeList()
       卖量
       
      repeated fixed32 askVolume = 36;
      返回:
      A list containing the askVolume.
    • getAskVolumeCount

      int getAskVolumeCount()
       卖量
       
      repeated fixed32 askVolume = 36;
      返回:
      The count of askVolume.
    • getAskVolume

      int getAskVolume(int index)
       卖量
       
      repeated fixed32 askVolume = 36;
      参数:
      index - The index of the element to return.
      返回:
      The askVolume at the given index.
    • getChannelType

      String getChannelType()
       渠道来源
       
      string channelType = 37;
      返回:
      The channelType.
    • getChannelTypeBytes

      com.google.protobuf.ByteString getChannelTypeBytes()
       渠道来源
       
      string channelType = 37;
      返回:
      The bytes for channelType.