All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openfeed.MarketSummaryOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: openfeed.proto
// Protobuf Java Version: 4.28.3

package org.openfeed;

public interface MarketSummaryOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.openfeed.MarketSummary)
    com.google.protobuf.MessageOrBuilder {

  /**
   * sint64 transactionTime = 1;
   * @return The transactionTime.
   */
  long getTransactionTime();

  /**
   * 
   * / Date only, format 2012-07-04 -> 20120704
   * 
* * sint32 tradingDate = 2; * @return The tradingDate. */ int getTradingDate(); /** * bool startOfDay = 3; * @return The startOfDay. */ boolean getStartOfDay(); /** * bool endOfDay = 4; * @return The endOfDay. */ boolean getEndOfDay(); /** * .org.openfeed.MarketSummary.ClearSet clear = 5; * @return The enum numeric value on the wire for clear. */ int getClearValue(); /** * .org.openfeed.MarketSummary.ClearSet clear = 5; * @return The clear. */ org.openfeed.MarketSummary.ClearSet getClear(); /** *
   * 
* * .org.openfeed.InstrumentStatus instrumentStatus = 9; * @return Whether the instrumentStatus field is set. */ boolean hasInstrumentStatus(); /** *
   * 
* * .org.openfeed.InstrumentStatus instrumentStatus = 9; * @return The instrumentStatus. */ org.openfeed.InstrumentStatus getInstrumentStatus(); /** *
   * 
* * .org.openfeed.InstrumentStatus instrumentStatus = 9; */ org.openfeed.InstrumentStatusOrBuilder getInstrumentStatusOrBuilder(); /** * .org.openfeed.BestBidOffer bbo = 10; * @return Whether the bbo field is set. */ boolean hasBbo(); /** * .org.openfeed.BestBidOffer bbo = 10; * @return The bbo. */ org.openfeed.BestBidOffer getBbo(); /** * .org.openfeed.BestBidOffer bbo = 10; */ org.openfeed.BestBidOfferOrBuilder getBboOrBuilder(); /** * .org.openfeed.Open open = 11; * @return Whether the open field is set. */ boolean hasOpen(); /** * .org.openfeed.Open open = 11; * @return The open. */ org.openfeed.Open getOpen(); /** * .org.openfeed.Open open = 11; */ org.openfeed.OpenOrBuilder getOpenOrBuilder(); /** * .org.openfeed.High high = 12; * @return Whether the high field is set. */ boolean hasHigh(); /** * .org.openfeed.High high = 12; * @return The high. */ org.openfeed.High getHigh(); /** * .org.openfeed.High high = 12; */ org.openfeed.HighOrBuilder getHighOrBuilder(); /** * .org.openfeed.Low low = 13; * @return Whether the low field is set. */ boolean hasLow(); /** * .org.openfeed.Low low = 13; * @return The low. */ org.openfeed.Low getLow(); /** * .org.openfeed.Low low = 13; */ org.openfeed.LowOrBuilder getLowOrBuilder(); /** * .org.openfeed.Close close = 14; * @return Whether the close field is set. */ boolean hasClose(); /** * .org.openfeed.Close close = 14; * @return The close. */ org.openfeed.Close getClose(); /** * .org.openfeed.Close close = 14; */ org.openfeed.CloseOrBuilder getCloseOrBuilder(); /** * .org.openfeed.PrevClose prevClose = 15; * @return Whether the prevClose field is set. */ boolean hasPrevClose(); /** * .org.openfeed.PrevClose prevClose = 15; * @return The prevClose. */ org.openfeed.PrevClose getPrevClose(); /** * .org.openfeed.PrevClose prevClose = 15; */ org.openfeed.PrevCloseOrBuilder getPrevCloseOrBuilder(); /** * .org.openfeed.Last last = 16; * @return Whether the last field is set. */ boolean hasLast(); /** * .org.openfeed.Last last = 16; * @return The last. */ org.openfeed.Last getLast(); /** * .org.openfeed.Last last = 16; */ org.openfeed.LastOrBuilder getLastOrBuilder(); /** * .org.openfeed.Volume volume = 17; * @return Whether the volume field is set. */ boolean hasVolume(); /** * .org.openfeed.Volume volume = 17; * @return The volume. */ org.openfeed.Volume getVolume(); /** * .org.openfeed.Volume volume = 17; */ org.openfeed.VolumeOrBuilder getVolumeOrBuilder(); /** * .org.openfeed.Settlement settlement = 18; * @return Whether the settlement field is set. */ boolean hasSettlement(); /** * .org.openfeed.Settlement settlement = 18; * @return The settlement. */ org.openfeed.Settlement getSettlement(); /** * .org.openfeed.Settlement settlement = 18; */ org.openfeed.SettlementOrBuilder getSettlementOrBuilder(); /** * .org.openfeed.OpenInterest openInterest = 19; * @return Whether the openInterest field is set. */ boolean hasOpenInterest(); /** * .org.openfeed.OpenInterest openInterest = 19; * @return The openInterest. */ org.openfeed.OpenInterest getOpenInterest(); /** * .org.openfeed.OpenInterest openInterest = 19; */ org.openfeed.OpenInterestOrBuilder getOpenInterestOrBuilder(); /** * .org.openfeed.Vwap vwap = 20; * @return Whether the vwap field is set. */ boolean hasVwap(); /** * .org.openfeed.Vwap vwap = 20; * @return The vwap. */ org.openfeed.Vwap getVwap(); /** * .org.openfeed.Vwap vwap = 20; */ org.openfeed.VwapOrBuilder getVwapOrBuilder(); /** *
   * / Used by CME ITC.
   * 
* * string session = 21; * @return The session. */ java.lang.String getSession(); /** *
   * / Used by CME ITC.
   * 
* * string session = 21; * @return The bytes for session. */ com.google.protobuf.ByteString getSessionBytes(); /** * .org.openfeed.MarketSummary.SummaryType summaryType = 22; * @return The enum numeric value on the wire for summaryType. */ int getSummaryTypeValue(); /** * .org.openfeed.MarketSummary.SummaryType summaryType = 22; * @return The summaryType. */ org.openfeed.MarketSummary.SummaryType getSummaryType(); /** *
   * / Total traded volume for the prior day.
   * 
* * .org.openfeed.Volume prevVolume = 23; * @return Whether the prevVolume field is set. */ boolean hasPrevVolume(); /** *
   * / Total traded volume for the prior day.
   * 
* * .org.openfeed.Volume prevVolume = 23; * @return The prevVolume. */ org.openfeed.Volume getPrevVolume(); /** *
   * / Total traded volume for the prior day.
   * 
* * .org.openfeed.Volume prevVolume = 23; */ org.openfeed.VolumeOrBuilder getPrevVolumeOrBuilder(); /** *
   * / True if not persisted in the EOD database.
   * 
* * bool transient = 24; * @return The transient. */ boolean getTransient(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy