Interface SubscribeCandlesRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getInstruments(int index)
    Массив инструментов для подписки на свечи.
    int
    Массив инструментов для подписки на свечи.
    Массив инструментов для подписки на свечи.
    Массив инструментов для подписки на свечи.
    Массив инструментов для подписки на свечи.
    Изменение статуса подписки.
    int
    Изменение статуса подписки.
    boolean
    Флаг ожидания закрытия временного интервала для отправки свечи, применяется только для минутных свечей.

    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

    • getSubscriptionActionValue

      int getSubscriptionActionValue()
      Изменение статуса подписки.
       
      .tinkoff.public.invest.api.contract.v1.SubscriptionAction subscription_action = 1;
      Returns:
      The enum numeric value on the wire for subscriptionAction.
    • getSubscriptionAction

      SubscriptionAction getSubscriptionAction()
      Изменение статуса подписки.
       
      .tinkoff.public.invest.api.contract.v1.SubscriptionAction subscription_action = 1;
      Returns:
      The subscriptionAction.
    • getInstrumentsList

      List<CandleInstrument> getInstrumentsList()
      Массив инструментов для подписки на свечи.
       
      repeated .tinkoff.public.invest.api.contract.v1.CandleInstrument instruments = 2;
    • getInstruments

      CandleInstrument getInstruments(int index)
      Массив инструментов для подписки на свечи.
       
      repeated .tinkoff.public.invest.api.contract.v1.CandleInstrument instruments = 2;
    • getInstrumentsCount

      int getInstrumentsCount()
      Массив инструментов для подписки на свечи.
       
      repeated .tinkoff.public.invest.api.contract.v1.CandleInstrument instruments = 2;
    • getInstrumentsOrBuilderList

      List<? extends CandleInstrumentOrBuilder> getInstrumentsOrBuilderList()
      Массив инструментов для подписки на свечи.
       
      repeated .tinkoff.public.invest.api.contract.v1.CandleInstrument instruments = 2;
    • getInstrumentsOrBuilder

      CandleInstrumentOrBuilder getInstrumentsOrBuilder(int index)
      Массив инструментов для подписки на свечи.
       
      repeated .tinkoff.public.invest.api.contract.v1.CandleInstrument instruments = 2;
    • getWaitingClose

      boolean getWaitingClose()
      Флаг ожидания закрытия временного интервала для отправки свечи, применяется только для минутных свечей.
       
      bool waiting_close = 3;
      Returns:
      The waitingClose.