Class Etf

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

public final class Etf extends com.google.protobuf.GeneratedMessageV3 implements EtfOrBuilder
Объект передачи информации об инвестиционном фонде.
 
Protobuf type tinkoff.public.invest.api.contract.v1.Etf
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:
    • ISIN_FIELD_NUMBER

      public static final int ISIN_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:
    • FIXED_COMMISSION_FIELD_NUMBER

      public static final int FIXED_COMMISSION_FIELD_NUMBER
      See Also:
    • FOCUS_TYPE_FIELD_NUMBER

      public static final int FOCUS_TYPE_FIELD_NUMBER
      See Also:
    • RELEASED_DATE_FIELD_NUMBER

      public static final int RELEASED_DATE_FIELD_NUMBER
      See Also:
    • NUM_SHARES_FIELD_NUMBER

      public static final int NUM_SHARES_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:
    • REBALANCING_FREQ_FIELD_NUMBER

      public static final int REBALANCING_FREQ_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:
    • 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 EtfOrBuilder
      Returns:
      The figi.
    • getFigiBytes

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

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

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

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

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

      public String getIsin()
      Isin-идентификатор инструмента.
       
      string isin = 4;
      Specified by:
      getIsin in interface EtfOrBuilder
      Returns:
      The isin.
    • getIsinBytes

      public com.google.protobuf.ByteString getIsinBytes()
      Isin-идентификатор инструмента.
       
      string isin = 4;
      Specified by:
      getIsinBytes in interface EtfOrBuilder
      Returns:
      The bytes for isin.
    • getLot

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

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

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

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

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

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

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

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

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

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

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

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

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

      public boolean hasDlongMin()
      Ставка риска начальной маржи в лонг. Подробнее: [ставка риска в лонг](https://help.tinkoff.ru/margin-trade/long/risk-rate/)
       
      .tinkoff.public.invest.api.contract.v1.Quotation dlong_min = 11;
      Specified by:
      hasDlongMin in interface EtfOrBuilder
      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 = 11;
      Specified by:
      getDlongMin in interface EtfOrBuilder
      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 = 11;
      Specified by:
      getDlongMinOrBuilder in interface EtfOrBuilder
    • hasDshortMin

      public boolean hasDshortMin()
      Ставка риска начальной маржи в шорт. Подробнее: [ставка риска в шорт](https://help.tinkoff.ru/margin-trade/short/risk-rate/)
       
      .tinkoff.public.invest.api.contract.v1.Quotation dshort_min = 12;
      Specified by:
      hasDshortMin in interface EtfOrBuilder
      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 = 12;
      Specified by:
      getDshortMin in interface EtfOrBuilder
      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 = 12;
      Specified by:
      getDshortMinOrBuilder in interface EtfOrBuilder
    • getShortEnabledFlag

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

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

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

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

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

      public boolean hasFixedCommission()
      Размер фиксированной комиссии фонда.
       
      .tinkoff.public.invest.api.contract.v1.Quotation fixed_commission = 17;
      Specified by:
      hasFixedCommission in interface EtfOrBuilder
      Returns:
      Whether the fixedCommission field is set.
    • getFixedCommission

      public Quotation getFixedCommission()
      Размер фиксированной комиссии фонда.
       
      .tinkoff.public.invest.api.contract.v1.Quotation fixed_commission = 17;
      Specified by:
      getFixedCommission in interface EtfOrBuilder
      Returns:
      The fixedCommission.
    • getFixedCommissionOrBuilder

      public QuotationOrBuilder getFixedCommissionOrBuilder()
      Размер фиксированной комиссии фонда.
       
      .tinkoff.public.invest.api.contract.v1.Quotation fixed_commission = 17;
      Specified by:
      getFixedCommissionOrBuilder in interface EtfOrBuilder
    • getFocusType

      public String getFocusType()
      Возможные значения: </br>**equity** — акции;</br>**fixed_income** — облигации;</br>**mixed_allocation** — смешанный;</br>**money_market** — денежный рынок;</br>**real_estate** — недвижимость;</br>**commodity** — товары;</br>**specialty** — специальный;</br>**private_equity** — private equity;</br>**alternative_investment** — альтернативные инвестиции.
       
      string focus_type = 18;
      Specified by:
      getFocusType in interface EtfOrBuilder
      Returns:
      The focusType.
    • getFocusTypeBytes

      public com.google.protobuf.ByteString getFocusTypeBytes()
      Возможные значения: </br>**equity** — акции;</br>**fixed_income** — облигации;</br>**mixed_allocation** — смешанный;</br>**money_market** — денежный рынок;</br>**real_estate** — недвижимость;</br>**commodity** — товары;</br>**specialty** — специальный;</br>**private_equity** — private equity;</br>**alternative_investment** — альтернативные инвестиции.
       
      string focus_type = 18;
      Specified by:
      getFocusTypeBytes in interface EtfOrBuilder
      Returns:
      The bytes for focusType.
    • hasReleasedDate

      public boolean hasReleasedDate()
      Дата выпуска в часовом поясе UTC.
       
      .google.protobuf.Timestamp released_date = 19;
      Specified by:
      hasReleasedDate in interface EtfOrBuilder
      Returns:
      Whether the releasedDate field is set.
    • getReleasedDate

      public com.google.protobuf.Timestamp getReleasedDate()
      Дата выпуска в часовом поясе UTC.
       
      .google.protobuf.Timestamp released_date = 19;
      Specified by:
      getReleasedDate in interface EtfOrBuilder
      Returns:
      The releasedDate.
    • getReleasedDateOrBuilder

      public com.google.protobuf.TimestampOrBuilder getReleasedDateOrBuilder()
      Дата выпуска в часовом поясе UTC.
       
      .google.protobuf.Timestamp released_date = 19;
      Specified by:
      getReleasedDateOrBuilder in interface EtfOrBuilder
    • hasNumShares

      public boolean hasNumShares()
      Количество акций фонда в обращении.
       
      .tinkoff.public.invest.api.contract.v1.Quotation num_shares = 20;
      Specified by:
      hasNumShares in interface EtfOrBuilder
      Returns:
      Whether the numShares field is set.
    • getNumShares

      public Quotation getNumShares()
      Количество акций фонда в обращении.
       
      .tinkoff.public.invest.api.contract.v1.Quotation num_shares = 20;
      Specified by:
      getNumShares in interface EtfOrBuilder
      Returns:
      The numShares.
    • getNumSharesOrBuilder

      public QuotationOrBuilder getNumSharesOrBuilder()
      Количество акций фонда в обращении.
       
      .tinkoff.public.invest.api.contract.v1.Quotation num_shares = 20;
      Specified by:
      getNumSharesOrBuilder in interface EtfOrBuilder
    • getCountryOfRisk

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

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

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

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

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

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

      public String getRebalancingFreq()
      Частота ребалансировки.
       
      string rebalancing_freq = 24;
      Specified by:
      getRebalancingFreq in interface EtfOrBuilder
      Returns:
      The rebalancingFreq.
    • getRebalancingFreqBytes

      public com.google.protobuf.ByteString getRebalancingFreqBytes()
      Частота ребалансировки.
       
      string rebalancing_freq = 24;
      Specified by:
      getRebalancingFreqBytes in interface EtfOrBuilder
      Returns:
      The bytes for rebalancingFreq.
    • getTradingStatusValue

      public int getTradingStatusValue()
      Текущий режим торгов инструмента.
       
      .tinkoff.public.invest.api.contract.v1.SecurityTradingStatus trading_status = 25;
      Specified by:
      getTradingStatusValue in interface EtfOrBuilder
      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 EtfOrBuilder
      Returns:
      The tradingStatus.
    • getOtcFlag

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

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

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

      public boolean hasMinPriceIncrement()
      Шаг цены.
       
      .tinkoff.public.invest.api.contract.v1.Quotation min_price_increment = 29;
      Specified by:
      hasMinPriceIncrement in interface EtfOrBuilder
      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 EtfOrBuilder
      Returns:
      The minPriceIncrement.
    • getMinPriceIncrementOrBuilder

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

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

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

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

      public int getRealExchangeValue()
      Реальная площадка исполнения расчётов.
       
      .tinkoff.public.invest.api.contract.v1.RealExchange real_exchange = 32;
      Specified by:
      getRealExchangeValue in interface EtfOrBuilder
      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 EtfOrBuilder
      Returns:
      The realExchange.
    • getPositionUid

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

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

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

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

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

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

      public boolean hasFirst1MinCandleDate()
      Дата первой минутной свечи.
       
      .google.protobuf.Timestamp first_1min_candle_date = 56;
      Specified by:
      hasFirst1MinCandleDate in interface EtfOrBuilder
      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 EtfOrBuilder
      Returns:
      The first1minCandleDate.
    • getFirst1MinCandleDateOrBuilder

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

      public boolean hasFirst1DayCandleDate()
      Дата первой дневной свечи.
       
      .google.protobuf.Timestamp first_1day_candle_date = 57;
      Specified by:
      hasFirst1DayCandleDate in interface EtfOrBuilder
      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 EtfOrBuilder
      Returns:
      The first1dayCandleDate.
    • getFirst1DayCandleDateOrBuilder

      public com.google.protobuf.TimestampOrBuilder getFirst1DayCandleDateOrBuilder()
      Дата первой дневной свечи.
       
      .google.protobuf.Timestamp first_1day_candle_date = 57;
      Specified by:
      getFirst1DayCandleDateOrBuilder in interface EtfOrBuilder
    • 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 Etf parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static Etf.Builder newBuilder()
    • newBuilder

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

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

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

      public static Etf getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<Etf> 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 Etf getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder