Class Instrument.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<Instrument.Builder>
ru.tinkoff.piapi.contract.v1.Instrument.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, InstrumentOrBuilder
Enclosing class:
Instrument

public static final class Instrument.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Instrument.Builder> implements InstrumentOrBuilder
Объект передачи основной информации об инструменте.
 
Protobuf type tinkoff.public.invest.api.contract.v1.Instrument
  • Method Details

    • 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.Builder<Instrument.Builder>
    • clear

      public Instrument.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<Instrument.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Instrument.Builder>
    • getDefaultInstanceForType

      public Instrument getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Instrument build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Instrument buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      public Instrument.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<Instrument.Builder>
    • setField

      public Instrument.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<Instrument.Builder>
    • clearField

      public Instrument.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Instrument.Builder>
    • clearOneof

      public Instrument.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Instrument.Builder>
    • setRepeatedField

      public Instrument.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Instrument.Builder>
    • addRepeatedField

      public Instrument.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Instrument.Builder>
    • mergeFrom

      public Instrument.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Instrument.Builder>
    • mergeFrom

      public Instrument.Builder mergeFrom(Instrument other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Instrument.Builder>
    • mergeFrom

      public Instrument.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Instrument.Builder>
      Throws:
      IOException
    • getFigi

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

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

      public Instrument.Builder setFigi(String value)
      Figi-идентификатор инструмента.
       
      string figi = 1;
      Parameters:
      value - The figi to set.
      Returns:
      This builder for chaining.
    • clearFigi

      public Instrument.Builder clearFigi()
      Figi-идентификатор инструмента.
       
      string figi = 1;
      Returns:
      This builder for chaining.
    • setFigiBytes

      public Instrument.Builder setFigiBytes(com.google.protobuf.ByteString value)
      Figi-идентификатор инструмента.
       
      string figi = 1;
      Parameters:
      value - The bytes for figi to set.
      Returns:
      This builder for chaining.
    • getTicker

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

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

      public Instrument.Builder setTicker(String value)
      Тикер инструмента.
       
      string ticker = 2;
      Parameters:
      value - The ticker to set.
      Returns:
      This builder for chaining.
    • clearTicker

      public Instrument.Builder clearTicker()
      Тикер инструмента.
       
      string ticker = 2;
      Returns:
      This builder for chaining.
    • setTickerBytes

      public Instrument.Builder setTickerBytes(com.google.protobuf.ByteString value)
      Тикер инструмента.
       
      string ticker = 2;
      Parameters:
      value - The bytes for ticker to set.
      Returns:
      This builder for chaining.
    • getClassCode

      public String getClassCode()
      Класс-код инструмента.
       
      string class_code = 3;
      Specified by:
      getClassCode in interface InstrumentOrBuilder
      Returns:
      The classCode.
    • getClassCodeBytes

      public com.google.protobuf.ByteString getClassCodeBytes()
      Класс-код инструмента.
       
      string class_code = 3;
      Specified by:
      getClassCodeBytes in interface InstrumentOrBuilder
      Returns:
      The bytes for classCode.
    • setClassCode

      public Instrument.Builder setClassCode(String value)
      Класс-код инструмента.
       
      string class_code = 3;
      Parameters:
      value - The classCode to set.
      Returns:
      This builder for chaining.
    • clearClassCode

      public Instrument.Builder clearClassCode()
      Класс-код инструмента.
       
      string class_code = 3;
      Returns:
      This builder for chaining.
    • setClassCodeBytes

      public Instrument.Builder setClassCodeBytes(com.google.protobuf.ByteString value)
      Класс-код инструмента.
       
      string class_code = 3;
      Parameters:
      value - The bytes for classCode to set.
      Returns:
      This builder for chaining.
    • getIsin

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

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

      public Instrument.Builder setIsin(String value)
      Isin-идентификатор инструмента.
       
      string isin = 4;
      Parameters:
      value - The isin to set.
      Returns:
      This builder for chaining.
    • clearIsin

      public Instrument.Builder clearIsin()
      Isin-идентификатор инструмента.
       
      string isin = 4;
      Returns:
      This builder for chaining.
    • setIsinBytes

      public Instrument.Builder setIsinBytes(com.google.protobuf.ByteString value)
      Isin-идентификатор инструмента.
       
      string isin = 4;
      Parameters:
      value - The bytes for isin to set.
      Returns:
      This builder for chaining.
    • getLot

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

      public Instrument.Builder setLot(int value)
      Лотность инструмента. Возможно совершение операций только на количества ценной бумаги, кратные параметру *lot*. Подробнее: [лот](https://tinkoff.github.io/investAPI/glossary#lot)
       
      int32 lot = 5;
      Parameters:
      value - The lot to set.
      Returns:
      This builder for chaining.
    • clearLot

      public Instrument.Builder clearLot()
      Лотность инструмента. Возможно совершение операций только на количества ценной бумаги, кратные параметру *lot*. Подробнее: [лот](https://tinkoff.github.io/investAPI/glossary#lot)
       
      int32 lot = 5;
      Returns:
      This builder for chaining.
    • getCurrency

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

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

      public Instrument.Builder setCurrency(String value)
      Валюта расчётов.
       
      string currency = 6;
      Parameters:
      value - The currency to set.
      Returns:
      This builder for chaining.
    • clearCurrency

      public Instrument.Builder clearCurrency()
      Валюта расчётов.
       
      string currency = 6;
      Returns:
      This builder for chaining.
    • setCurrencyBytes

      public Instrument.Builder setCurrencyBytes(com.google.protobuf.ByteString value)
      Валюта расчётов.
       
      string currency = 6;
      Parameters:
      value - The bytes for currency to set.
      Returns:
      This builder for chaining.
    • hasKlong

      public boolean hasKlong()
      Коэффициент ставки риска длинной позиции по инструменту.
       
      .tinkoff.public.invest.api.contract.v1.Quotation klong = 7;
      Specified by:
      hasKlong in interface InstrumentOrBuilder
      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 InstrumentOrBuilder
      Returns:
      The klong.
    • setKlong

      public Instrument.Builder setKlong(Quotation value)
      Коэффициент ставки риска длинной позиции по инструменту.
       
      .tinkoff.public.invest.api.contract.v1.Quotation klong = 7;
    • setKlong

      public Instrument.Builder setKlong(Quotation.Builder builderForValue)
      Коэффициент ставки риска длинной позиции по инструменту.
       
      .tinkoff.public.invest.api.contract.v1.Quotation klong = 7;
    • mergeKlong

      public Instrument.Builder mergeKlong(Quotation value)
      Коэффициент ставки риска длинной позиции по инструменту.
       
      .tinkoff.public.invest.api.contract.v1.Quotation klong = 7;
    • clearKlong

      public Instrument.Builder clearKlong()
      Коэффициент ставки риска длинной позиции по инструменту.
       
      .tinkoff.public.invest.api.contract.v1.Quotation klong = 7;
    • getKlongBuilder

      public Quotation.Builder getKlongBuilder()
      Коэффициент ставки риска длинной позиции по инструменту.
       
      .tinkoff.public.invest.api.contract.v1.Quotation klong = 7;
    • getKlongOrBuilder

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

      public boolean hasKshort()
      Коэффициент ставки риска короткой позиции по инструменту.
       
      .tinkoff.public.invest.api.contract.v1.Quotation kshort = 8;
      Specified by:
      hasKshort in interface InstrumentOrBuilder
      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 InstrumentOrBuilder
      Returns:
      The kshort.
    • setKshort

      public Instrument.Builder setKshort(Quotation value)
      Коэффициент ставки риска короткой позиции по инструменту.
       
      .tinkoff.public.invest.api.contract.v1.Quotation kshort = 8;
    • setKshort

      public Instrument.Builder setKshort(Quotation.Builder builderForValue)
      Коэффициент ставки риска короткой позиции по инструменту.
       
      .tinkoff.public.invest.api.contract.v1.Quotation kshort = 8;
    • mergeKshort

      public Instrument.Builder mergeKshort(Quotation value)
      Коэффициент ставки риска короткой позиции по инструменту.
       
      .tinkoff.public.invest.api.contract.v1.Quotation kshort = 8;
    • clearKshort

      public Instrument.Builder clearKshort()
      Коэффициент ставки риска короткой позиции по инструменту.
       
      .tinkoff.public.invest.api.contract.v1.Quotation kshort = 8;
    • getKshortBuilder

      public Quotation.Builder getKshortBuilder()
      Коэффициент ставки риска короткой позиции по инструменту.
       
      .tinkoff.public.invest.api.contract.v1.Quotation kshort = 8;
    • getKshortOrBuilder

      public QuotationOrBuilder getKshortOrBuilder()
      Коэффициент ставки риска короткой позиции по инструменту.
       
      .tinkoff.public.invest.api.contract.v1.Quotation kshort = 8;
      Specified by:
      getKshortOrBuilder in interface InstrumentOrBuilder
    • 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 InstrumentOrBuilder
      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 InstrumentOrBuilder
      Returns:
      The dlong.
    • setDlong

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

      public Instrument.Builder setDlong(Quotation.Builder builderForValue)
      Ставка риска минимальной маржи в лонг. Подробнее: [ставка риска в лонг](https://help.tinkoff.ru/margin-trade/long/risk-rate/)
       
      .tinkoff.public.invest.api.contract.v1.Quotation dlong = 9;
    • mergeDlong

      public Instrument.Builder mergeDlong(Quotation value)
      Ставка риска минимальной маржи в лонг. Подробнее: [ставка риска в лонг](https://help.tinkoff.ru/margin-trade/long/risk-rate/)
       
      .tinkoff.public.invest.api.contract.v1.Quotation dlong = 9;
    • clearDlong

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

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

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

      public Instrument.Builder setDshort(Quotation.Builder builderForValue)
      Ставка риска минимальной маржи в шорт. Подробнее: [ставка риска в шорт](https://help.tinkoff.ru/margin-trade/short/risk-rate/)
       
      .tinkoff.public.invest.api.contract.v1.Quotation dshort = 10;
    • mergeDshort

      public Instrument.Builder mergeDshort(Quotation value)
      Ставка риска минимальной маржи в шорт. Подробнее: [ставка риска в шорт](https://help.tinkoff.ru/margin-trade/short/risk-rate/)
       
      .tinkoff.public.invest.api.contract.v1.Quotation dshort = 10;
    • clearDshort

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

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

      public Instrument.Builder setDlongMin(Quotation value)
      Ставка риска начальной маржи в лонг. Подробнее: [ставка риска в лонг](https://help.tinkoff.ru/margin-trade/long/risk-rate/)
       
      .tinkoff.public.invest.api.contract.v1.Quotation dlong_min = 11;
    • setDlongMin

      public Instrument.Builder setDlongMin(Quotation.Builder builderForValue)
      Ставка риска начальной маржи в лонг. Подробнее: [ставка риска в лонг](https://help.tinkoff.ru/margin-trade/long/risk-rate/)
       
      .tinkoff.public.invest.api.contract.v1.Quotation dlong_min = 11;
    • mergeDlongMin

      public Instrument.Builder mergeDlongMin(Quotation value)
      Ставка риска начальной маржи в лонг. Подробнее: [ставка риска в лонг](https://help.tinkoff.ru/margin-trade/long/risk-rate/)
       
      .tinkoff.public.invest.api.contract.v1.Quotation dlong_min = 11;
    • clearDlongMin

      public Instrument.Builder clearDlongMin()
      Ставка риска начальной маржи в лонг. Подробнее: [ставка риска в лонг](https://help.tinkoff.ru/margin-trade/long/risk-rate/)
       
      .tinkoff.public.invest.api.contract.v1.Quotation dlong_min = 11;
    • getDlongMinBuilder

      public Quotation.Builder getDlongMinBuilder()
      Ставка риска начальной маржи в лонг. Подробнее: [ставка риска в лонг](https://help.tinkoff.ru/margin-trade/long/risk-rate/)
       
      .tinkoff.public.invest.api.contract.v1.Quotation dlong_min = 11;
    • 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 InstrumentOrBuilder
    • 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 InstrumentOrBuilder
      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 InstrumentOrBuilder
      Returns:
      The dshortMin.
    • setDshortMin

      public Instrument.Builder setDshortMin(Quotation value)
      Ставка риска начальной маржи в шорт. Подробнее: [ставка риска в шорт](https://help.tinkoff.ru/margin-trade/short/risk-rate/)
       
      .tinkoff.public.invest.api.contract.v1.Quotation dshort_min = 12;
    • setDshortMin

      public Instrument.Builder setDshortMin(Quotation.Builder builderForValue)
      Ставка риска начальной маржи в шорт. Подробнее: [ставка риска в шорт](https://help.tinkoff.ru/margin-trade/short/risk-rate/)
       
      .tinkoff.public.invest.api.contract.v1.Quotation dshort_min = 12;
    • mergeDshortMin

      public Instrument.Builder mergeDshortMin(Quotation value)
      Ставка риска начальной маржи в шорт. Подробнее: [ставка риска в шорт](https://help.tinkoff.ru/margin-trade/short/risk-rate/)
       
      .tinkoff.public.invest.api.contract.v1.Quotation dshort_min = 12;
    • clearDshortMin

      public Instrument.Builder clearDshortMin()
      Ставка риска начальной маржи в шорт. Подробнее: [ставка риска в шорт](https://help.tinkoff.ru/margin-trade/short/risk-rate/)
       
      .tinkoff.public.invest.api.contract.v1.Quotation dshort_min = 12;
    • getDshortMinBuilder

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

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

      public Instrument.Builder setShortEnabledFlag(boolean value)
      Признак доступности для операций в шорт.
       
      bool short_enabled_flag = 13;
      Parameters:
      value - The shortEnabledFlag to set.
      Returns:
      This builder for chaining.
    • clearShortEnabledFlag

      public Instrument.Builder clearShortEnabledFlag()
      Признак доступности для операций в шорт.
       
      bool short_enabled_flag = 13;
      Returns:
      This builder for chaining.
    • getName

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

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

      public Instrument.Builder setName(String value)
      Название инструмента.
       
      string name = 14;
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public Instrument.Builder clearName()
      Название инструмента.
       
      string name = 14;
      Returns:
      This builder for chaining.
    • setNameBytes

      public Instrument.Builder setNameBytes(com.google.protobuf.ByteString value)
      Название инструмента.
       
      string name = 14;
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • getExchange

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

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

      public Instrument.Builder setExchange(String value)
      Торговая площадка.
       
      string exchange = 15;
      Parameters:
      value - The exchange to set.
      Returns:
      This builder for chaining.
    • clearExchange

      public Instrument.Builder clearExchange()
      Торговая площадка.
       
      string exchange = 15;
      Returns:
      This builder for chaining.
    • setExchangeBytes

      public Instrument.Builder setExchangeBytes(com.google.protobuf.ByteString value)
      Торговая площадка.
       
      string exchange = 15;
      Parameters:
      value - The bytes for exchange to set.
      Returns:
      This builder for chaining.
    • getCountryOfRisk

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

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

      public Instrument.Builder setCountryOfRisk(String value)
      Код страны риска, т.е. страны, в которой компания ведёт основной бизнес.
       
      string country_of_risk = 16;
      Parameters:
      value - The countryOfRisk to set.
      Returns:
      This builder for chaining.
    • clearCountryOfRisk

      public Instrument.Builder clearCountryOfRisk()
      Код страны риска, т.е. страны, в которой компания ведёт основной бизнес.
       
      string country_of_risk = 16;
      Returns:
      This builder for chaining.
    • setCountryOfRiskBytes

      public Instrument.Builder setCountryOfRiskBytes(com.google.protobuf.ByteString value)
      Код страны риска, т.е. страны, в которой компания ведёт основной бизнес.
       
      string country_of_risk = 16;
      Parameters:
      value - The bytes for countryOfRisk to set.
      Returns:
      This builder for chaining.
    • getCountryOfRiskName

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

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

      public Instrument.Builder setCountryOfRiskName(String value)
      Наименование страны риска, т.е. страны, в которой компания ведёт основной бизнес.
       
      string country_of_risk_name = 17;
      Parameters:
      value - The countryOfRiskName to set.
      Returns:
      This builder for chaining.
    • clearCountryOfRiskName

      public Instrument.Builder clearCountryOfRiskName()
      Наименование страны риска, т.е. страны, в которой компания ведёт основной бизнес.
       
      string country_of_risk_name = 17;
      Returns:
      This builder for chaining.
    • setCountryOfRiskNameBytes

      public Instrument.Builder setCountryOfRiskNameBytes(com.google.protobuf.ByteString value)
      Наименование страны риска, т.е. страны, в которой компания ведёт основной бизнес.
       
      string country_of_risk_name = 17;
      Parameters:
      value - The bytes for countryOfRiskName to set.
      Returns:
      This builder for chaining.
    • getInstrumentType

      public String getInstrumentType()
      Тип инструмента.
       
      string instrument_type = 18;
      Specified by:
      getInstrumentType in interface InstrumentOrBuilder
      Returns:
      The instrumentType.
    • getInstrumentTypeBytes

      public com.google.protobuf.ByteString getInstrumentTypeBytes()
      Тип инструмента.
       
      string instrument_type = 18;
      Specified by:
      getInstrumentTypeBytes in interface InstrumentOrBuilder
      Returns:
      The bytes for instrumentType.
    • setInstrumentType

      public Instrument.Builder setInstrumentType(String value)
      Тип инструмента.
       
      string instrument_type = 18;
      Parameters:
      value - The instrumentType to set.
      Returns:
      This builder for chaining.
    • clearInstrumentType

      public Instrument.Builder clearInstrumentType()
      Тип инструмента.
       
      string instrument_type = 18;
      Returns:
      This builder for chaining.
    • setInstrumentTypeBytes

      public Instrument.Builder setInstrumentTypeBytes(com.google.protobuf.ByteString value)
      Тип инструмента.
       
      string instrument_type = 18;
      Parameters:
      value - The bytes for instrumentType to set.
      Returns:
      This builder for chaining.
    • getTradingStatusValue

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

      public Instrument.Builder setTradingStatusValue(int value)
      Текущий режим торгов инструмента.
       
      .tinkoff.public.invest.api.contract.v1.SecurityTradingStatus trading_status = 19;
      Parameters:
      value - The enum numeric value on the wire for tradingStatus to set.
      Returns:
      This builder for chaining.
    • getTradingStatus

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

      public Instrument.Builder setTradingStatus(SecurityTradingStatus value)
      Текущий режим торгов инструмента.
       
      .tinkoff.public.invest.api.contract.v1.SecurityTradingStatus trading_status = 19;
      Parameters:
      value - The tradingStatus to set.
      Returns:
      This builder for chaining.
    • clearTradingStatus

      public Instrument.Builder clearTradingStatus()
      Текущий режим торгов инструмента.
       
      .tinkoff.public.invest.api.contract.v1.SecurityTradingStatus trading_status = 19;
      Returns:
      This builder for chaining.
    • getOtcFlag

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

      public Instrument.Builder setOtcFlag(boolean value)
      Признак внебиржевой ценной бумаги.
       
      bool otc_flag = 20;
      Parameters:
      value - The otcFlag to set.
      Returns:
      This builder for chaining.
    • clearOtcFlag

      public Instrument.Builder clearOtcFlag()
      Признак внебиржевой ценной бумаги.
       
      bool otc_flag = 20;
      Returns:
      This builder for chaining.
    • getBuyAvailableFlag

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

      public Instrument.Builder setBuyAvailableFlag(boolean value)
      Признак доступности для покупки.
       
      bool buy_available_flag = 21;
      Parameters:
      value - The buyAvailableFlag to set.
      Returns:
      This builder for chaining.
    • clearBuyAvailableFlag

      public Instrument.Builder clearBuyAvailableFlag()
      Признак доступности для покупки.
       
      bool buy_available_flag = 21;
      Returns:
      This builder for chaining.
    • getSellAvailableFlag

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

      public Instrument.Builder setSellAvailableFlag(boolean value)
      Признак доступности для продажи.
       
      bool sell_available_flag = 22;
      Parameters:
      value - The sellAvailableFlag to set.
      Returns:
      This builder for chaining.
    • clearSellAvailableFlag

      public Instrument.Builder clearSellAvailableFlag()
      Признак доступности для продажи.
       
      bool sell_available_flag = 22;
      Returns:
      This builder for chaining.
    • hasMinPriceIncrement

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

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

      public Instrument.Builder setMinPriceIncrement(Quotation value)
      Шаг цены.
       
      .tinkoff.public.invest.api.contract.v1.Quotation min_price_increment = 23;
    • setMinPriceIncrement

      public Instrument.Builder setMinPriceIncrement(Quotation.Builder builderForValue)
      Шаг цены.
       
      .tinkoff.public.invest.api.contract.v1.Quotation min_price_increment = 23;
    • mergeMinPriceIncrement

      public Instrument.Builder mergeMinPriceIncrement(Quotation value)
      Шаг цены.
       
      .tinkoff.public.invest.api.contract.v1.Quotation min_price_increment = 23;
    • clearMinPriceIncrement

      public Instrument.Builder clearMinPriceIncrement()
      Шаг цены.
       
      .tinkoff.public.invest.api.contract.v1.Quotation min_price_increment = 23;
    • getMinPriceIncrementBuilder

      public Quotation.Builder getMinPriceIncrementBuilder()
      Шаг цены.
       
      .tinkoff.public.invest.api.contract.v1.Quotation min_price_increment = 23;
    • getMinPriceIncrementOrBuilder

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

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

      public Instrument.Builder setApiTradeAvailableFlag(boolean value)
      Параметр указывает на возможность торговать инструментом через API.
       
      bool api_trade_available_flag = 24;
      Parameters:
      value - The apiTradeAvailableFlag to set.
      Returns:
      This builder for chaining.
    • clearApiTradeAvailableFlag

      public Instrument.Builder clearApiTradeAvailableFlag()
      Параметр указывает на возможность торговать инструментом через API.
       
      bool api_trade_available_flag = 24;
      Returns:
      This builder for chaining.
    • getUid

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

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

      public Instrument.Builder setUid(String value)
      Уникальный идентификатор инструмента.
       
      string uid = 25;
      Parameters:
      value - The uid to set.
      Returns:
      This builder for chaining.
    • clearUid

      public Instrument.Builder clearUid()
      Уникальный идентификатор инструмента.
       
      string uid = 25;
      Returns:
      This builder for chaining.
    • setUidBytes

      public Instrument.Builder setUidBytes(com.google.protobuf.ByteString value)
      Уникальный идентификатор инструмента.
       
      string uid = 25;
      Parameters:
      value - The bytes for uid to set.
      Returns:
      This builder for chaining.
    • getRealExchangeValue

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

      public Instrument.Builder setRealExchangeValue(int value)
      Реальная площадка исполнения расчётов.
       
      .tinkoff.public.invest.api.contract.v1.RealExchange real_exchange = 26;
      Parameters:
      value - The enum numeric value on the wire for realExchange to set.
      Returns:
      This builder for chaining.
    • getRealExchange

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

      public Instrument.Builder setRealExchange(RealExchange value)
      Реальная площадка исполнения расчётов.
       
      .tinkoff.public.invest.api.contract.v1.RealExchange real_exchange = 26;
      Parameters:
      value - The realExchange to set.
      Returns:
      This builder for chaining.
    • clearRealExchange

      public Instrument.Builder clearRealExchange()
      Реальная площадка исполнения расчётов.
       
      .tinkoff.public.invest.api.contract.v1.RealExchange real_exchange = 26;
      Returns:
      This builder for chaining.
    • getPositionUid

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

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

      public Instrument.Builder setPositionUid(String value)
      Уникальный идентификатор позиции инструмента.
       
      string position_uid = 27;
      Parameters:
      value - The positionUid to set.
      Returns:
      This builder for chaining.
    • clearPositionUid

      public Instrument.Builder clearPositionUid()
      Уникальный идентификатор позиции инструмента.
       
      string position_uid = 27;
      Returns:
      This builder for chaining.
    • setPositionUidBytes

      public Instrument.Builder setPositionUidBytes(com.google.protobuf.ByteString value)
      Уникальный идентификатор позиции инструмента.
       
      string position_uid = 27;
      Parameters:
      value - The bytes for positionUid to set.
      Returns:
      This builder for chaining.
    • getForIisFlag

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

      public Instrument.Builder setForIisFlag(boolean value)
      Признак доступности для ИИС.
       
      bool for_iis_flag = 36;
      Parameters:
      value - The forIisFlag to set.
      Returns:
      This builder for chaining.
    • clearForIisFlag

      public Instrument.Builder clearForIisFlag()
      Признак доступности для ИИС.
       
      bool for_iis_flag = 36;
      Returns:
      This builder for chaining.
    • getForQualInvestorFlag

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

      public Instrument.Builder setForQualInvestorFlag(boolean value)
      Флаг отображающий доступность торговли инструментом только для квалифицированных инвесторов.
       
      bool for_qual_investor_flag = 37;
      Parameters:
      value - The forQualInvestorFlag to set.
      Returns:
      This builder for chaining.
    • clearForQualInvestorFlag

      public Instrument.Builder clearForQualInvestorFlag()
      Флаг отображающий доступность торговли инструментом только для квалифицированных инвесторов.
       
      bool for_qual_investor_flag = 37;
      Returns:
      This builder for chaining.
    • getWeekendFlag

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

      public Instrument.Builder setWeekendFlag(boolean value)
      Флаг отображающий доступность торговли инструментом по выходным
       
      bool weekend_flag = 38;
      Parameters:
      value - The weekendFlag to set.
      Returns:
      This builder for chaining.
    • clearWeekendFlag

      public Instrument.Builder clearWeekendFlag()
      Флаг отображающий доступность торговли инструментом по выходным
       
      bool weekend_flag = 38;
      Returns:
      This builder for chaining.
    • getBlockedTcaFlag

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

      public Instrument.Builder setBlockedTcaFlag(boolean value)
      Флаг заблокированного ТКС
       
      bool blocked_tca_flag = 39;
      Parameters:
      value - The blockedTcaFlag to set.
      Returns:
      This builder for chaining.
    • clearBlockedTcaFlag

      public Instrument.Builder clearBlockedTcaFlag()
      Флаг заблокированного ТКС
       
      bool blocked_tca_flag = 39;
      Returns:
      This builder for chaining.
    • hasFirst1MinCandleDate

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

      public Instrument.Builder setFirst1MinCandleDate(com.google.protobuf.Timestamp value)
      Дата первой минутной свечи.
       
      .google.protobuf.Timestamp first_1min_candle_date = 56;
    • setFirst1MinCandleDate

      public Instrument.Builder setFirst1MinCandleDate(com.google.protobuf.Timestamp.Builder builderForValue)
      Дата первой минутной свечи.
       
      .google.protobuf.Timestamp first_1min_candle_date = 56;
    • mergeFirst1MinCandleDate

      public Instrument.Builder mergeFirst1MinCandleDate(com.google.protobuf.Timestamp value)
      Дата первой минутной свечи.
       
      .google.protobuf.Timestamp first_1min_candle_date = 56;
    • clearFirst1MinCandleDate

      public Instrument.Builder clearFirst1MinCandleDate()
      Дата первой минутной свечи.
       
      .google.protobuf.Timestamp first_1min_candle_date = 56;
    • getFirst1MinCandleDateBuilder

      public com.google.protobuf.Timestamp.Builder getFirst1MinCandleDateBuilder()
      Дата первой минутной свечи.
       
      .google.protobuf.Timestamp first_1min_candle_date = 56;
    • getFirst1MinCandleDateOrBuilder

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

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

      public Instrument.Builder setFirst1DayCandleDate(com.google.protobuf.Timestamp value)
      Дата первой дневной свечи.
       
      .google.protobuf.Timestamp first_1day_candle_date = 57;
    • setFirst1DayCandleDate

      public Instrument.Builder setFirst1DayCandleDate(com.google.protobuf.Timestamp.Builder builderForValue)
      Дата первой дневной свечи.
       
      .google.protobuf.Timestamp first_1day_candle_date = 57;
    • mergeFirst1DayCandleDate

      public Instrument.Builder mergeFirst1DayCandleDate(com.google.protobuf.Timestamp value)
      Дата первой дневной свечи.
       
      .google.protobuf.Timestamp first_1day_candle_date = 57;
    • clearFirst1DayCandleDate

      public Instrument.Builder clearFirst1DayCandleDate()
      Дата первой дневной свечи.
       
      .google.protobuf.Timestamp first_1day_candle_date = 57;
    • getFirst1DayCandleDateBuilder

      public com.google.protobuf.Timestamp.Builder getFirst1DayCandleDateBuilder()
      Дата первой дневной свечи.
       
      .google.protobuf.Timestamp first_1day_candle_date = 57;
    • getFirst1DayCandleDateOrBuilder

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

      public final Instrument.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Instrument.Builder>
    • mergeUnknownFields

      public final Instrument.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Instrument.Builder>