Interface CandleInstrumentOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CandleInstrument, CandleInstrument.Builder

public interface CandleInstrumentOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Figi-идентификатор инструмента.
    com.google.protobuf.ByteString
    Figi-идентификатор инструмента.
    Идентификатор инструмента, принимает значение figi или instrument_uid
    com.google.protobuf.ByteString
    Идентификатор инструмента, принимает значение figi или instrument_uid
    Интервал свечей.
    int
    Интервал свечей.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getFigi

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

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

      int getIntervalValue()
      Интервал свечей.
       
      .tinkoff.public.invest.api.contract.v1.SubscriptionInterval interval = 2;
      Returns:
      The enum numeric value on the wire for interval.
    • getInterval

      SubscriptionInterval getInterval()
      Интервал свечей.
       
      .tinkoff.public.invest.api.contract.v1.SubscriptionInterval interval = 2;
      Returns:
      The interval.
    • getInstrumentId

      String getInstrumentId()
      Идентификатор инструмента, принимает значение figi или instrument_uid
       
      string instrument_id = 3;
      Returns:
      The instrumentId.
    • getInstrumentIdBytes

      com.google.protobuf.ByteString getInstrumentIdBytes()
      Идентификатор инструмента, принимает значение figi или instrument_uid
       
      string instrument_id = 3;
      Returns:
      The bytes for instrumentId.