Class Future

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
ru.tinkoff.piapi.contract.v1.Future
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, FutureOrBuilder

public final class Future extends com.google.protobuf.GeneratedMessageV3 implements FutureOrBuilder
Объект передачи информации о фьючерсе.
 
Protobuf type tinkoff.public.invest.api.contract.v1.Future
See Also:
  • Field Details

    • FIGI_FIELD_NUMBER

      public static final int FIGI_FIELD_NUMBER
      See Also:
    • TICKER_FIELD_NUMBER

      public static final int TICKER_FIELD_NUMBER
      See Also:
    • CLASS_CODE_FIELD_NUMBER

      public static final int CLASS_CODE_FIELD_NUMBER
      See Also:
    • LOT_FIELD_NUMBER

      public static final int LOT_FIELD_NUMBER
      See Also:
    • CURRENCY_FIELD_NUMBER

      public static final int CURRENCY_FIELD_NUMBER
      See Also:
    • KLONG_FIELD_NUMBER

      public static final int KLONG_FIELD_NUMBER
      See Also:
    • KSHORT_FIELD_NUMBER

      public static final int KSHORT_FIELD_NUMBER
      See Also:
    • DLONG_FIELD_NUMBER

      public static final int DLONG_FIELD_NUMBER
      See Also:
    • DSHORT_FIELD_NUMBER

      public static final int DSHORT_FIELD_NUMBER
      See Also:
    • DLONG_MIN_FIELD_NUMBER

      public static final int DLONG_MIN_FIELD_NUMBER
      See Also:
    • DSHORT_MIN_FIELD_NUMBER

      public static final int DSHORT_MIN_FIELD_NUMBER
      See Also:
    • SHORT_ENABLED_FLAG_FIELD_NUMBER

      public static final int SHORT_ENABLED_FLAG_FIELD_NUMBER
      See Also:
    • NAME_FIELD_NUMBER

      public static final int NAME_FIELD_NUMBER
      See Also:
    • EXCHANGE_FIELD_NUMBER

      public static final int EXCHANGE_FIELD_NUMBER
      See Also:
    • FIRST_TRADE_DATE_FIELD_NUMBER

      public static final int FIRST_TRADE_DATE_FIELD_NUMBER
      See Also:
    • LAST_TRADE_DATE_FIELD_NUMBER

      public static final int LAST_TRADE_DATE_FIELD_NUMBER
      See Also:
    • FUTURES_TYPE_FIELD_NUMBER

      public static final int FUTURES_TYPE_FIELD_NUMBER
      See Also:
    • ASSET_TYPE_FIELD_NUMBER

      public static final int ASSET_TYPE_FIELD_NUMBER
      See Also:
    • BASIC_ASSET_FIELD_NUMBER

      public static final int BASIC_ASSET_FIELD_NUMBER
      See Also:
    • BASIC_ASSET_SIZE_FIELD_NUMBER

      public static final int BASIC_ASSET_SIZE_FIELD_NUMBER
      See Also:
    • COUNTRY_OF_RISK_FIELD_NUMBER

      public static final int COUNTRY_OF_RISK_FIELD_NUMBER
      See Also:
    • COUNTRY_OF_RISK_NAME_FIELD_NUMBER

      public static final int COUNTRY_OF_RISK_NAME_FIELD_NUMBER
      See Also:
    • SECTOR_FIELD_NUMBER

      public static final int SECTOR_FIELD_NUMBER
      See Also:
    • EXPIRATION_DATE_FIELD_NUMBER

      public static final int EXPIRATION_DATE_FIELD_NUMBER
      See Also:
    • TRADING_STATUS_FIELD_NUMBER

      public static final int TRADING_STATUS_FIELD_NUMBER
      See Also:
    • OTC_FLAG_FIELD_NUMBER

      public static final int OTC_FLAG_FIELD_NUMBER
      See Also:
    • BUY_AVAILABLE_FLAG_FIELD_NUMBER

      public static final int BUY_AVAILABLE_FLAG_FIELD_NUMBER
      See Also:
    • SELL_AVAILABLE_FLAG_FIELD_NUMBER

      public static final int SELL_AVAILABLE_FLAG_FIELD_NUMBER
      See Also:
    • MIN_PRICE_INCREMENT_FIELD_NUMBER

      public static final int MIN_PRICE_INCREMENT_FIELD_NUMBER
      See Also:
    • API_TRADE_AVAILABLE_FLAG_FIELD_NUMBER

      public static final int API_TRADE_AVAILABLE_FLAG_FIELD_NUMBER
      See Also:
    • UID_FIELD_NUMBER

      public static final int UID_FIELD_NUMBER
      See Also:
    • REAL_EXCHANGE_FIELD_NUMBER

      public static final int REAL_EXCHANGE_FIELD_NUMBER
      See Also:
    • POSITION_UID_FIELD_NUMBER

      public static final int POSITION_UID_FIELD_NUMBER
      See Also:
    • BASIC_ASSET_POSITION_UID_FIELD_NUMBER

      public static final int BASIC_ASSET_POSITION_UID_FIELD_NUMBER
      See Also:
    • FOR_IIS_FLAG_FIELD_NUMBER

      public static final int FOR_IIS_FLAG_FIELD_NUMBER
      See Also:
    • FOR_QUAL_INVESTOR_FLAG_FIELD_NUMBER

      public static final int FOR_QUAL_INVESTOR_FLAG_FIELD_NUMBER
      See Also:
    • WEEKEND_FLAG_FIELD_NUMBER

      public static final int WEEKEND_FLAG_FIELD_NUMBER
      See Also:
    • BLOCKED_TCA_FLAG_FIELD_NUMBER

      public static final int BLOCKED_TCA_FLAG_FIELD_NUMBER
      See Also:
    • FIRST_1MIN_CANDLE_DATE_FIELD_NUMBER

      public static final int FIRST_1MIN_CANDLE_DATE_FIELD_NUMBER
      See Also:
    • FIRST_1DAY_CANDLE_DATE_FIELD_NUMBER

      public static final int FIRST_1DAY_CANDLE_DATE_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getFigi

      public String getFigi()
      Figi-идентификатор инструмента.
       
      string figi = 1;
      Specified by:
      getFigi in interface FutureOrBuilder
      Returns:
      The figi.
    • getFigiBytes

      public com.google.protobuf.ByteString getFigiBytes()
      Figi-идентификатор инструмента.
       
      string figi = 1;
      Specified by:
      getFigiBytes in interface FutureOrBuilder
      Returns:
      The bytes for figi.
    • getTicker

      public String getTicker()
      Тикер инструмента.
       
      string ticker = 2;
      Specified by:
      getTicker in interface FutureOrBuilder
      Returns:
      The ticker.
    • getTickerBytes

      public com.google.protobuf.ByteString getTickerBytes()
      Тикер инструмента.
       
      string ticker = 2;
      Specified by:
      getTickerBytes in interface FutureOrBuilder
      Returns:
      The bytes for ticker.
    • getClassCode

      public String getClassCode()
      Класс-код (секция торгов).
       
      string class_code = 3;
      Specified by:
      getClassCode in interface FutureOrBuilder
      Returns:
      The classCode.
    • getClassCodeBytes

      public com.google.protobuf.ByteString getClassCodeBytes()
      Класс-код (секция торгов).
       
      string class_code = 3;
      Specified by:
      getClassCodeBytes in interface FutureOrBuilder
      Returns:
      The bytes for classCode.
    • getLot

      public int getLot()
      Лотность инструмента. Возможно совершение операций только на количества ценной бумаги, кратные параметру *lot*. Подробнее: [лот](https://tinkoff.github.io/investAPI/glossary#lot)
       
      int32 lot = 4;
      Specified by:
      getLot in interface FutureOrBuilder
      Returns:
      The lot.
    • getCurrency

      public String getCurrency()
      Валюта расчётов.
       
      string currency = 5;
      Specified by:
      getCurrency in interface FutureOrBuilder
      Returns:
      The currency.
    • getCurrencyBytes

      public com.google.protobuf.ByteString getCurrencyBytes()
      Валюта расчётов.
       
      string currency = 5;
      Specified by:
      getCurrencyBytes in interface FutureOrBuilder
      Returns:
      The bytes for currency.
    • hasKlong

      public boolean hasKlong()
      Коэффициент ставки риска длинной позиции по клиенту.
       
      .tinkoff.public.invest.api.contract.v1.Quotation klong = 6;
      Specified by:
      hasKlong in interface FutureOrBuilder
      Returns:
      Whether the klong field is set.
    • getKlong

      public Quotation getKlong()
      Коэффициент ставки риска длинной позиции по клиенту.
       
      .tinkoff.public.invest.api.contract.v1.Quotation klong = 6;
      Specified by:
      getKlong in interface FutureOrBuilder
      Returns:
      The klong.
    • getKlongOrBuilder

      public QuotationOrBuilder getKlongOrBuilder()
      Коэффициент ставки риска длинной позиции по клиенту.
       
      .tinkoff.public.invest.api.contract.v1.Quotation klong = 6;
      Specified by:
      getKlongOrBuilder in interface FutureOrBuilder
    • hasKshort

      public boolean hasKshort()
      Коэффициент ставки риска короткой позиции по клиенту.
       
      .tinkoff.public.invest.api.contract.v1.Quotation kshort = 7;
      Specified by:
      hasKshort in interface FutureOrBuilder
      Returns:
      Whether the kshort field is set.
    • getKshort

      public Quotation getKshort()
      Коэффициент ставки риска короткой позиции по клиенту.
       
      .tinkoff.public.invest.api.contract.v1.Quotation kshort = 7;
      Specified by:
      getKshort in interface FutureOrBuilder
      Returns:
      The kshort.
    • getKshortOrBuilder

      public QuotationOrBuilder getKshortOrBuilder()
      Коэффициент ставки риска короткой позиции по клиенту.
       
      .tinkoff.public.invest.api.contract.v1.Quotation kshort = 7;
      Specified by:
      getKshortOrBuilder in interface FutureOrBuilder
    • hasDlong

      public boolean hasDlong()
      Ставка риска минимальной маржи в лонг. Подробнее: [ставка риска в лонг](https://help.tinkoff.ru/margin-trade/long/risk-rate/)
       
      .tinkoff.public.invest.api.contract.v1.Quotation dlong = 8;
      Specified by:
      hasDlong in interface FutureOrBuilder
      Returns:
      Whether the dlong field is set.
    • getDlong

      public Quotation getDlong()
      Ставка риска минимальной маржи в лонг. Подробнее: [ставка риска в лонг](https://help.tinkoff.ru/margin-trade/long/risk-rate/)
       
      .tinkoff.public.invest.api.contract.v1.Quotation dlong = 8;
      Specified by:
      getDlong in interface FutureOrBuilder
      Returns:
      The dlong.
    • getDlongOrBuilder

      public QuotationOrBuilder getDlongOrBuilder()
      Ставка риска минимальной маржи в лонг. Подробнее: [ставка риска в лонг](https://help.tinkoff.ru/margin-trade/long/risk-rate/)
       
      .tinkoff.public.invest.api.contract.v1.Quotation dlong = 8;
      Specified by:
      getDlongOrBuilder in interface FutureOrBuilder
    • hasDshort

      public boolean hasDshort()
      Ставка риска минимальной маржи в шорт. Подробнее: [ставка риска в шорт](https://help.tinkoff.ru/margin-trade/short/risk-rate/)
       
      .tinkoff.public.invest.api.contract.v1.Quotation dshort = 9;
      Specified by:
      hasDshort in interface FutureOrBuilder
      Returns:
      Whether the dshort field is set.
    • getDshort

      public Quotation getDshort()
      Ставка риска минимальной маржи в шорт. Подробнее: [ставка риска в шорт](https://help.tinkoff.ru/margin-trade/short/risk-rate/)
       
      .tinkoff.public.invest.api.contract.v1.Quotation dshort = 9;
      Specified by:
      getDshort in interface FutureOrBuilder
      Returns:
      The dshort.
    • getDshortOrBuilder

      public QuotationOrBuilder getDshortOrBuilder()
      Ставка риска минимальной маржи в шорт. Подробнее: [ставка риска в шорт](https://help.tinkoff.ru/margin-trade/short/risk-rate/)
       
      .tinkoff.public.invest.api.contract.v1.Quotation dshort = 9;
      Specified by:
      getDshortOrBuilder in interface FutureOrBuilder
    • hasDlongMin

      public boolean hasDlongMin()
      Ставка риска начальной маржи в лонг. Подробнее: [ставка риска в лонг](https://help.tinkoff.ru/margin-trade/long/risk-rate/)
       
      .tinkoff.public.invest.api.contract.v1.Quotation dlong_min = 10;
      Specified by:
      hasDlongMin in interface FutureOrBuilder
      Returns:
      Whether the dlongMin field is set.
    • getDlongMin

      public Quotation getDlongMin()
      Ставка риска начальной маржи в лонг. Подробнее: [ставка риска в лонг](https://help.tinkoff.ru/margin-trade/long/risk-rate/)
       
      .tinkoff.public.invest.api.contract.v1.Quotation dlong_min = 10;
      Specified by:
      getDlongMin in interface FutureOrBuilder
      Returns:
      The dlongMin.
    • getDlongMinOrBuilder

      public QuotationOrBuilder getDlongMinOrBuilder()
      Ставка риска начальной маржи в лонг. Подробнее: [ставка риска в лонг](https://help.tinkoff.ru/margin-trade/long/risk-rate/)
       
      .tinkoff.public.invest.api.contract.v1.Quotation dlong_min = 10;
      Specified by:
      getDlongMinOrBuilder in interface FutureOrBuilder
    • hasDshortMin

      public boolean hasDshortMin()
      Ставка риска начальной маржи в шорт. Подробнее: [ставка риска в шорт](https://help.tinkoff.ru/margin-trade/short/risk-rate/)
       
      .tinkoff.public.invest.api.contract.v1.Quotation dshort_min = 11;
      Specified by:
      hasDshortMin in interface FutureOrBuilder
      Returns:
      Whether the dshortMin field is set.
    • getDshortMin

      public Quotation getDshortMin()
      Ставка риска начальной маржи в шорт. Подробнее: [ставка риска в шорт](https://help.tinkoff.ru/margin-trade/short/risk-rate/)
       
      .tinkoff.public.invest.api.contract.v1.Quotation dshort_min = 11;
      Specified by:
      getDshortMin in interface FutureOrBuilder
      Returns:
      The dshortMin.
    • getDshortMinOrBuilder

      public QuotationOrBuilder getDshortMinOrBuilder()
      Ставка риска начальной маржи в шорт. Подробнее: [ставка риска в шорт](https://help.tinkoff.ru/margin-trade/short/risk-rate/)
       
      .tinkoff.public.invest.api.contract.v1.Quotation dshort_min = 11;
      Specified by:
      getDshortMinOrBuilder in interface FutureOrBuilder
    • getShortEnabledFlag

      public boolean getShortEnabledFlag()
      Признак доступности для операций шорт.
       
      bool short_enabled_flag = 12;
      Specified by:
      getShortEnabledFlag in interface FutureOrBuilder
      Returns:
      The shortEnabledFlag.
    • getName

      public String getName()
      Название инструмента.
       
      string name = 13;
      Specified by:
      getName in interface FutureOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
      Название инструмента.
       
      string name = 13;
      Specified by:
      getNameBytes in interface FutureOrBuilder
      Returns:
      The bytes for name.
    • getExchange

      public String getExchange()
      Торговая площадка.
       
      string exchange = 14;
      Specified by:
      getExchange in interface FutureOrBuilder
      Returns:
      The exchange.
    • getExchangeBytes

      public com.google.protobuf.ByteString getExchangeBytes()
      Торговая площадка.
       
      string exchange = 14;
      Specified by:
      getExchangeBytes in interface FutureOrBuilder
      Returns:
      The bytes for exchange.
    • hasFirstTradeDate

      public boolean hasFirstTradeDate()
      Дата начала обращения контракта в часовом поясе UTC.
       
      .google.protobuf.Timestamp first_trade_date = 15;
      Specified by:
      hasFirstTradeDate in interface FutureOrBuilder
      Returns:
      Whether the firstTradeDate field is set.
    • getFirstTradeDate

      public com.google.protobuf.Timestamp getFirstTradeDate()
      Дата начала обращения контракта в часовом поясе UTC.
       
      .google.protobuf.Timestamp first_trade_date = 15;
      Specified by:
      getFirstTradeDate in interface FutureOrBuilder
      Returns:
      The firstTradeDate.
    • getFirstTradeDateOrBuilder

      public com.google.protobuf.TimestampOrBuilder getFirstTradeDateOrBuilder()
      Дата начала обращения контракта в часовом поясе UTC.
       
      .google.protobuf.Timestamp first_trade_date = 15;
      Specified by:
      getFirstTradeDateOrBuilder in interface FutureOrBuilder
    • hasLastTradeDate

      public boolean hasLastTradeDate()
      Дата в часовом поясе UTC, до которой возможно проведение операций с фьючерсом.
       
      .google.protobuf.Timestamp last_trade_date = 16;
      Specified by:
      hasLastTradeDate in interface FutureOrBuilder
      Returns:
      Whether the lastTradeDate field is set.
    • getLastTradeDate

      public com.google.protobuf.Timestamp getLastTradeDate()
      Дата в часовом поясе UTC, до которой возможно проведение операций с фьючерсом.
       
      .google.protobuf.Timestamp last_trade_date = 16;
      Specified by:
      getLastTradeDate in interface FutureOrBuilder
      Returns:
      The lastTradeDate.
    • getLastTradeDateOrBuilder

      public com.google.protobuf.TimestampOrBuilder getLastTradeDateOrBuilder()
      Дата в часовом поясе UTC, до которой возможно проведение операций с фьючерсом.
       
      .google.protobuf.Timestamp last_trade_date = 16;
      Specified by:
      getLastTradeDateOrBuilder in interface FutureOrBuilder
    • getFuturesType

      public String getFuturesType()
      Тип фьючерса. Возможные значения: </br>**physical_delivery** — физические поставки; </br>**cash_settlement** — денежный эквивалент.
       
      string futures_type = 17;
      Specified by:
      getFuturesType in interface FutureOrBuilder
      Returns:
      The futuresType.
    • getFuturesTypeBytes

      public com.google.protobuf.ByteString getFuturesTypeBytes()
      Тип фьючерса. Возможные значения: </br>**physical_delivery** — физические поставки; </br>**cash_settlement** — денежный эквивалент.
       
      string futures_type = 17;
      Specified by:
      getFuturesTypeBytes in interface FutureOrBuilder
      Returns:
      The bytes for futuresType.
    • getAssetType

      public String getAssetType()
      Тип актива. Возможные значения: </br>**commodity** — товар; </br>**currency** — валюта; </br>**security** — ценная бумага; </br>**index** — индекс.
       
      string asset_type = 18;
      Specified by:
      getAssetType in interface FutureOrBuilder
      Returns:
      The assetType.
    • getAssetTypeBytes

      public com.google.protobuf.ByteString getAssetTypeBytes()
      Тип актива. Возможные значения: </br>**commodity** — товар; </br>**currency** — валюта; </br>**security** — ценная бумага; </br>**index** — индекс.
       
      string asset_type = 18;
      Specified by:
      getAssetTypeBytes in interface FutureOrBuilder
      Returns:
      The bytes for assetType.
    • getBasicAsset

      public String getBasicAsset()
      Основной актив.
       
      string basic_asset = 19;
      Specified by:
      getBasicAsset in interface FutureOrBuilder
      Returns:
      The basicAsset.
    • getBasicAssetBytes

      public com.google.protobuf.ByteString getBasicAssetBytes()
      Основной актив.
       
      string basic_asset = 19;
      Specified by:
      getBasicAssetBytes in interface FutureOrBuilder
      Returns:
      The bytes for basicAsset.
    • hasBasicAssetSize

      public boolean hasBasicAssetSize()
      Размер основного актива.
       
      .tinkoff.public.invest.api.contract.v1.Quotation basic_asset_size = 20;
      Specified by:
      hasBasicAssetSize in interface FutureOrBuilder
      Returns:
      Whether the basicAssetSize field is set.
    • getBasicAssetSize

      public Quotation getBasicAssetSize()
      Размер основного актива.
       
      .tinkoff.public.invest.api.contract.v1.Quotation basic_asset_size = 20;
      Specified by:
      getBasicAssetSize in interface FutureOrBuilder
      Returns:
      The basicAssetSize.
    • getBasicAssetSizeOrBuilder

      public QuotationOrBuilder getBasicAssetSizeOrBuilder()
      Размер основного актива.
       
      .tinkoff.public.invest.api.contract.v1.Quotation basic_asset_size = 20;
      Specified by:
      getBasicAssetSizeOrBuilder in interface FutureOrBuilder
    • getCountryOfRisk

      public String getCountryOfRisk()
      Код страны риска, т.е. страны, в которой компания ведёт основной бизнес.
       
      string country_of_risk = 21;
      Specified by:
      getCountryOfRisk in interface FutureOrBuilder
      Returns:
      The countryOfRisk.
    • getCountryOfRiskBytes

      public com.google.protobuf.ByteString getCountryOfRiskBytes()
      Код страны риска, т.е. страны, в которой компания ведёт основной бизнес.
       
      string country_of_risk = 21;
      Specified by:
      getCountryOfRiskBytes in interface FutureOrBuilder
      Returns:
      The bytes for countryOfRisk.
    • getCountryOfRiskName

      public String getCountryOfRiskName()
      Наименование страны риска, т.е. страны, в которой компания ведёт основной бизнес.
       
      string country_of_risk_name = 22;
      Specified by:
      getCountryOfRiskName in interface FutureOrBuilder
      Returns:
      The countryOfRiskName.
    • getCountryOfRiskNameBytes

      public com.google.protobuf.ByteString getCountryOfRiskNameBytes()
      Наименование страны риска, т.е. страны, в которой компания ведёт основной бизнес.
       
      string country_of_risk_name = 22;
      Specified by:
      getCountryOfRiskNameBytes in interface FutureOrBuilder
      Returns:
      The bytes for countryOfRiskName.
    • getSector

      public String getSector()
      Сектор экономики.
       
      string sector = 23;
      Specified by:
      getSector in interface FutureOrBuilder
      Returns:
      The sector.
    • getSectorBytes

      public com.google.protobuf.ByteString getSectorBytes()
      Сектор экономики.
       
      string sector = 23;
      Specified by:
      getSectorBytes in interface FutureOrBuilder
      Returns:
      The bytes for sector.
    • hasExpirationDate

      public boolean hasExpirationDate()
      Дата истечения срока в часов поясе UTC.
       
      .google.protobuf.Timestamp expiration_date = 24;
      Specified by:
      hasExpirationDate in interface FutureOrBuilder
      Returns:
      Whether the expirationDate field is set.
    • getExpirationDate

      public com.google.protobuf.Timestamp getExpirationDate()
      Дата истечения срока в часов поясе UTC.
       
      .google.protobuf.Timestamp expiration_date = 24;
      Specified by:
      getExpirationDate in interface FutureOrBuilder
      Returns:
      The expirationDate.
    • getExpirationDateOrBuilder

      public com.google.protobuf.TimestampOrBuilder getExpirationDateOrBuilder()
      Дата истечения срока в часов поясе UTC.
       
      .google.protobuf.Timestamp expiration_date = 24;
      Specified by:
      getExpirationDateOrBuilder in interface FutureOrBuilder
    • getTradingStatusValue

      public int getTradingStatusValue()
      Текущий режим торгов инструмента.
       
      .tinkoff.public.invest.api.contract.v1.SecurityTradingStatus trading_status = 25;
      Specified by:
      getTradingStatusValue in interface FutureOrBuilder
      Returns:
      The enum numeric value on the wire for tradingStatus.
    • getTradingStatus

      public SecurityTradingStatus getTradingStatus()
      Текущий режим торгов инструмента.
       
      .tinkoff.public.invest.api.contract.v1.SecurityTradingStatus trading_status = 25;
      Specified by:
      getTradingStatus in interface FutureOrBuilder
      Returns:
      The tradingStatus.
    • getOtcFlag

      public boolean getOtcFlag()
      Признак внебиржевой ценной бумаги.
       
      bool otc_flag = 26;
      Specified by:
      getOtcFlag in interface FutureOrBuilder
      Returns:
      The otcFlag.
    • getBuyAvailableFlag

      public boolean getBuyAvailableFlag()
      Признак доступности для покупки.
       
      bool buy_available_flag = 27;
      Specified by:
      getBuyAvailableFlag in interface FutureOrBuilder
      Returns:
      The buyAvailableFlag.
    • getSellAvailableFlag

      public boolean getSellAvailableFlag()
      Признак доступности для продажи.
       
      bool sell_available_flag = 28;
      Specified by:
      getSellAvailableFlag in interface FutureOrBuilder
      Returns:
      The sellAvailableFlag.
    • hasMinPriceIncrement

      public boolean hasMinPriceIncrement()
      Шаг цены.
       
      .tinkoff.public.invest.api.contract.v1.Quotation min_price_increment = 29;
      Specified by:
      hasMinPriceIncrement in interface FutureOrBuilder
      Returns:
      Whether the minPriceIncrement field is set.
    • getMinPriceIncrement

      public Quotation getMinPriceIncrement()
      Шаг цены.
       
      .tinkoff.public.invest.api.contract.v1.Quotation min_price_increment = 29;
      Specified by:
      getMinPriceIncrement in interface FutureOrBuilder
      Returns:
      The minPriceIncrement.
    • getMinPriceIncrementOrBuilder

      public QuotationOrBuilder getMinPriceIncrementOrBuilder()
      Шаг цены.
       
      .tinkoff.public.invest.api.contract.v1.Quotation min_price_increment = 29;
      Specified by:
      getMinPriceIncrementOrBuilder in interface FutureOrBuilder
    • getApiTradeAvailableFlag

      public boolean getApiTradeAvailableFlag()
      Параметр указывает на возможность торговать инструментом через API.
       
      bool api_trade_available_flag = 30;
      Specified by:
      getApiTradeAvailableFlag in interface FutureOrBuilder
      Returns:
      The apiTradeAvailableFlag.
    • getUid

      public String getUid()
      Уникальный идентификатор инструмента.
       
      string uid = 31;
      Specified by:
      getUid in interface FutureOrBuilder
      Returns:
      The uid.
    • getUidBytes

      public com.google.protobuf.ByteString getUidBytes()
      Уникальный идентификатор инструмента.
       
      string uid = 31;
      Specified by:
      getUidBytes in interface FutureOrBuilder
      Returns:
      The bytes for uid.
    • getRealExchangeValue

      public int getRealExchangeValue()
      Реальная площадка исполнения расчётов.
       
      .tinkoff.public.invest.api.contract.v1.RealExchange real_exchange = 32;
      Specified by:
      getRealExchangeValue in interface FutureOrBuilder
      Returns:
      The enum numeric value on the wire for realExchange.
    • getRealExchange

      public RealExchange getRealExchange()
      Реальная площадка исполнения расчётов.
       
      .tinkoff.public.invest.api.contract.v1.RealExchange real_exchange = 32;
      Specified by:
      getRealExchange in interface FutureOrBuilder
      Returns:
      The realExchange.
    • getPositionUid

      public String getPositionUid()
      Уникальный идентификатор позиции инструмента.
       
      string position_uid = 33;
      Specified by:
      getPositionUid in interface FutureOrBuilder
      Returns:
      The positionUid.
    • getPositionUidBytes

      public com.google.protobuf.ByteString getPositionUidBytes()
      Уникальный идентификатор позиции инструмента.
       
      string position_uid = 33;
      Specified by:
      getPositionUidBytes in interface FutureOrBuilder
      Returns:
      The bytes for positionUid.
    • getBasicAssetPositionUid

      public String getBasicAssetPositionUid()
      Уникальный идентификатор позиции основного инструмента.
       
      string basic_asset_position_uid = 34;
      Specified by:
      getBasicAssetPositionUid in interface FutureOrBuilder
      Returns:
      The basicAssetPositionUid.
    • getBasicAssetPositionUidBytes

      public com.google.protobuf.ByteString getBasicAssetPositionUidBytes()
      Уникальный идентификатор позиции основного инструмента.
       
      string basic_asset_position_uid = 34;
      Specified by:
      getBasicAssetPositionUidBytes in interface FutureOrBuilder
      Returns:
      The bytes for basicAssetPositionUid.
    • getForIisFlag

      public boolean getForIisFlag()
      Признак доступности для ИИС.
       
      bool for_iis_flag = 41;
      Specified by:
      getForIisFlag in interface FutureOrBuilder
      Returns:
      The forIisFlag.
    • getForQualInvestorFlag

      public boolean getForQualInvestorFlag()
      Флаг отображающий доступность торговли инструментом только для квалифицированных инвесторов.
       
      bool for_qual_investor_flag = 42;
      Specified by:
      getForQualInvestorFlag in interface FutureOrBuilder
      Returns:
      The forQualInvestorFlag.
    • getWeekendFlag

      public boolean getWeekendFlag()
      Флаг отображающий доступность торговли инструментом по выходным
       
      bool weekend_flag = 43;
      Specified by:
      getWeekendFlag in interface FutureOrBuilder
      Returns:
      The weekendFlag.
    • getBlockedTcaFlag

      public boolean getBlockedTcaFlag()
      Флаг заблокированного ТКС
       
      bool blocked_tca_flag = 44;
      Specified by:
      getBlockedTcaFlag in interface FutureOrBuilder
      Returns:
      The blockedTcaFlag.
    • hasFirst1MinCandleDate

      public boolean hasFirst1MinCandleDate()
      Дата первой минутной свечи.
       
      .google.protobuf.Timestamp first_1min_candle_date = 56;
      Specified by:
      hasFirst1MinCandleDate in interface FutureOrBuilder
      Returns:
      Whether the first1minCandleDate field is set.
    • getFirst1MinCandleDate

      public com.google.protobuf.Timestamp getFirst1MinCandleDate()
      Дата первой минутной свечи.
       
      .google.protobuf.Timestamp first_1min_candle_date = 56;
      Specified by:
      getFirst1MinCandleDate in interface FutureOrBuilder
      Returns:
      The first1minCandleDate.
    • getFirst1MinCandleDateOrBuilder

      public com.google.protobuf.TimestampOrBuilder getFirst1MinCandleDateOrBuilder()
      Дата первой минутной свечи.
       
      .google.protobuf.Timestamp first_1min_candle_date = 56;
      Specified by:
      getFirst1MinCandleDateOrBuilder in interface FutureOrBuilder
    • hasFirst1DayCandleDate

      public boolean hasFirst1DayCandleDate()
      Дата первой дневной свечи.
       
      .google.protobuf.Timestamp first_1day_candle_date = 57;
      Specified by:
      hasFirst1DayCandleDate in interface FutureOrBuilder
      Returns:
      Whether the first1dayCandleDate field is set.
    • getFirst1DayCandleDate

      public com.google.protobuf.Timestamp getFirst1DayCandleDate()
      Дата первой дневной свечи.
       
      .google.protobuf.Timestamp first_1day_candle_date = 57;
      Specified by:
      getFirst1DayCandleDate in interface FutureOrBuilder
      Returns:
      The first1dayCandleDate.
    • getFirst1DayCandleDateOrBuilder

      public com.google.protobuf.TimestampOrBuilder getFirst1DayCandleDateOrBuilder()
      Дата первой дневной свечи.
       
      .google.protobuf.Timestamp first_1day_candle_date = 57;
      Specified by:
      getFirst1DayCandleDateOrBuilder in interface FutureOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Future parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Future parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Future parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Future parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Future parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Future parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Future parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Future parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Future parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Future parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Future parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Future parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Future.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Future.Builder newBuilder()
    • newBuilder

      public static Future.Builder newBuilder(Future prototype)
    • toBuilder

      public Future.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Future.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Future getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Future> parser()
    • getParserForType

      public com.google.protobuf.Parser<Future> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Future getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder