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

org.openfeed.OpenfeedMessageOrBuilder 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 OpenfeedMessageOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.openfeed.OpenfeedMessage)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * / Nano second unix epoch at time of message transmission (UTC)
   * 
* * sint64 sendingTime = 1; * @return The sendingTime. */ long getSendingTime(); /** *
   * / The total number of markets available on this channel
   * at the time the message was sent.  For UDP snapshot and definition feeds.
   * 
* * sint32 totalCount = 2; * @return The totalCount. */ int getTotalCount(); /** *
   * / The most recent packet sequence number sent on the incremental feed
   * at the time this message was sent.  For UDP snapshot and definition feeds.
   * 
* * int64 syncSequence = 3; * @return The syncSequence. */ long getSyncSequence(); /** *
   * Feed specific context data
   * 
* * .org.openfeed.Context context = 4; * @return Whether the context field is set. */ boolean hasContext(); /** *
   * Feed specific context data
   * 
* * .org.openfeed.Context context = 4; * @return The context. */ org.openfeed.Context getContext(); /** *
   * Feed specific context data
   * 
* * .org.openfeed.Context context = 4; */ org.openfeed.ContextOrBuilder getContextOrBuilder(); /** * .org.openfeed.ChannelReset channelReset = 10; * @return Whether the channelReset field is set. */ boolean hasChannelReset(); /** * .org.openfeed.ChannelReset channelReset = 10; * @return The channelReset. */ org.openfeed.ChannelReset getChannelReset(); /** * .org.openfeed.ChannelReset channelReset = 10; */ org.openfeed.ChannelResetOrBuilder getChannelResetOrBuilder(); /** * .org.openfeed.HeartBeat heartBeat = 11; * @return Whether the heartBeat field is set. */ boolean hasHeartBeat(); /** * .org.openfeed.HeartBeat heartBeat = 11; * @return The heartBeat. */ org.openfeed.HeartBeat getHeartBeat(); /** * .org.openfeed.HeartBeat heartBeat = 11; */ org.openfeed.HeartBeatOrBuilder getHeartBeatOrBuilder(); /** * .org.openfeed.AdminMessage adminMessage = 12; * @return Whether the adminMessage field is set. */ boolean hasAdminMessage(); /** * .org.openfeed.AdminMessage adminMessage = 12; * @return The adminMessage. */ org.openfeed.AdminMessage getAdminMessage(); /** * .org.openfeed.AdminMessage adminMessage = 12; */ org.openfeed.AdminMessageOrBuilder getAdminMessageOrBuilder(); /** * .org.openfeed.InstrumentDefinition instrumentDefinition = 13; * @return Whether the instrumentDefinition field is set. */ boolean hasInstrumentDefinition(); /** * .org.openfeed.InstrumentDefinition instrumentDefinition = 13; * @return The instrumentDefinition. */ org.openfeed.InstrumentDefinition getInstrumentDefinition(); /** * .org.openfeed.InstrumentDefinition instrumentDefinition = 13; */ org.openfeed.InstrumentDefinitionOrBuilder getInstrumentDefinitionOrBuilder(); /** * .org.openfeed.InstrumentGroupStatus instrumentGroupStatus = 14; * @return Whether the instrumentGroupStatus field is set. */ boolean hasInstrumentGroupStatus(); /** * .org.openfeed.InstrumentGroupStatus instrumentGroupStatus = 14; * @return The instrumentGroupStatus. */ org.openfeed.InstrumentGroupStatus getInstrumentGroupStatus(); /** * .org.openfeed.InstrumentGroupStatus instrumentGroupStatus = 14; */ org.openfeed.InstrumentGroupStatusOrBuilder getInstrumentGroupStatusOrBuilder(); /** * .org.openfeed.MarketSnapshot marketSnapshot = 15; * @return Whether the marketSnapshot field is set. */ boolean hasMarketSnapshot(); /** * .org.openfeed.MarketSnapshot marketSnapshot = 15; * @return The marketSnapshot. */ org.openfeed.MarketSnapshot getMarketSnapshot(); /** * .org.openfeed.MarketSnapshot marketSnapshot = 15; */ org.openfeed.MarketSnapshotOrBuilder getMarketSnapshotOrBuilder(); /** * .org.openfeed.MarketUpdate marketUpdate = 16; * @return Whether the marketUpdate field is set. */ boolean hasMarketUpdate(); /** * .org.openfeed.MarketUpdate marketUpdate = 16; * @return The marketUpdate. */ org.openfeed.MarketUpdate getMarketUpdate(); /** * .org.openfeed.MarketUpdate marketUpdate = 16; */ org.openfeed.MarketUpdateOrBuilder getMarketUpdateOrBuilder(); /** * .org.openfeed.MarketStatus marketStatus = 17; * @return Whether the marketStatus field is set. */ boolean hasMarketStatus(); /** * .org.openfeed.MarketStatus marketStatus = 17; * @return The marketStatus. */ org.openfeed.MarketStatus getMarketStatus(); /** * .org.openfeed.MarketStatus marketStatus = 17; */ org.openfeed.MarketStatusOrBuilder getMarketStatusOrBuilder(); /** * .org.openfeed.EODCommoditySummary eodCommoditySummary = 18; * @return Whether the eodCommoditySummary field is set. */ boolean hasEodCommoditySummary(); /** * .org.openfeed.EODCommoditySummary eodCommoditySummary = 18; * @return The eodCommoditySummary. */ org.openfeed.EODCommoditySummary getEodCommoditySummary(); /** * .org.openfeed.EODCommoditySummary eodCommoditySummary = 18; */ org.openfeed.EODCommoditySummaryOrBuilder getEodCommoditySummaryOrBuilder(); /** * .org.openfeed.InstrumentAction instrumentAction = 19; * @return Whether the instrumentAction field is set. */ boolean hasInstrumentAction(); /** * .org.openfeed.InstrumentAction instrumentAction = 19; * @return The instrumentAction. */ org.openfeed.InstrumentAction getInstrumentAction(); /** * .org.openfeed.InstrumentAction instrumentAction = 19; */ org.openfeed.InstrumentActionOrBuilder getInstrumentActionOrBuilder(); org.openfeed.OpenfeedMessage.DataCase getDataCase(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy