Interface MarketOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    Market, Market.Builder

    public interface MarketOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getExpiryUtc()
      string expiry_utc = 3 [json_name = "expiryUtc"];
      com.google.protobuf.ByteString getExpiryUtcBytes()
      string expiry_utc = 3 [json_name = "expiryUtc"];
      int getExpiryUtcTimestamp()
      int32 expiry_utc_timestamp = 10 [json_name = "expiryUtcTimestamp"];
      java.lang.String getGame()
      string game = 5 [json_name = "game"];
      com.google.protobuf.ByteString getGameBytes()
      string game = 5 [json_name = "game"];
      double getHandicap()
      double handicap = 6 [json_name = "handicap"];
      java.lang.String getId()
      string id = 1 [json_name = "id"];
      com.google.protobuf.ByteString getIdBytes()
      string id = 1 [json_name = "id"];
      java.lang.String getName()
      string name = 4 [json_name = "name"];
      com.google.protobuf.ByteString getNameBytes()
      string name = 4 [json_name = "name"];
      Selection getSelections​(int index)
      repeated .streamlayer.inplay.common.Selection selections = 9 [json_name = "selections"];
      int getSelectionsCount()
      repeated .streamlayer.inplay.common.Selection selections = 9 [json_name = "selections"];
      java.util.List<Selection> getSelectionsList()
      repeated .streamlayer.inplay.common.Selection selections = 9 [json_name = "selections"];
      int getSequence()
      int32 sequence = 2 [json_name = "sequence"];
      MarketStatus getTradingStatus()
      .streamlayer.inplay.common.MarketStatus trading_status = 8 [json_name = "tradingStatus"];
      int getTradingStatusValue()
      .streamlayer.inplay.common.MarketStatus trading_status = 8 [json_name = "tradingStatus"];
      java.lang.String getUpdated()
      string updated = 7 [json_name = "updated"];
      com.google.protobuf.ByteString getUpdatedBytes()
      string updated = 7 [json_name = "updated"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getId

        java.lang.String getId()
        string id = 1 [json_name = "id"];
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 1 [json_name = "id"];
        Returns:
        The bytes for id.
      • getSequence

        int getSequence()
        int32 sequence = 2 [json_name = "sequence"];
        Returns:
        The sequence.
      • getExpiryUtc

        java.lang.String getExpiryUtc()
        string expiry_utc = 3 [json_name = "expiryUtc"];
        Returns:
        The expiryUtc.
      • getExpiryUtcBytes

        com.google.protobuf.ByteString getExpiryUtcBytes()
        string expiry_utc = 3 [json_name = "expiryUtc"];
        Returns:
        The bytes for expiryUtc.
      • getName

        java.lang.String getName()
        string name = 4 [json_name = "name"];
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 4 [json_name = "name"];
        Returns:
        The bytes for name.
      • getGame

        java.lang.String getGame()
        string game = 5 [json_name = "game"];
        Returns:
        The game.
      • getGameBytes

        com.google.protobuf.ByteString getGameBytes()
        string game = 5 [json_name = "game"];
        Returns:
        The bytes for game.
      • getHandicap

        double getHandicap()
        double handicap = 6 [json_name = "handicap"];
        Returns:
        The handicap.
      • getUpdated

        java.lang.String getUpdated()
        string updated = 7 [json_name = "updated"];
        Returns:
        The updated.
      • getUpdatedBytes

        com.google.protobuf.ByteString getUpdatedBytes()
        string updated = 7 [json_name = "updated"];
        Returns:
        The bytes for updated.
      • getExpiryUtcTimestamp

        int getExpiryUtcTimestamp()
        int32 expiry_utc_timestamp = 10 [json_name = "expiryUtcTimestamp"];
        Returns:
        The expiryUtcTimestamp.
      • getTradingStatusValue

        int getTradingStatusValue()
        .streamlayer.inplay.common.MarketStatus trading_status = 8 [json_name = "tradingStatus"];
        Returns:
        The enum numeric value on the wire for tradingStatus.
      • getTradingStatus

        MarketStatus getTradingStatus()
        .streamlayer.inplay.common.MarketStatus trading_status = 8 [json_name = "tradingStatus"];
        Returns:
        The tradingStatus.
      • getSelectionsList

        java.util.List<Selection> getSelectionsList()
        repeated .streamlayer.inplay.common.Selection selections = 9 [json_name = "selections"];
      • getSelections

        Selection getSelections​(int index)
        repeated .streamlayer.inplay.common.Selection selections = 9 [json_name = "selections"];
      • getSelectionsCount

        int getSelectionsCount()
        repeated .streamlayer.inplay.common.Selection selections = 9 [json_name = "selections"];