Interface SubscribeInfoRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getInstruments(int index)
    Массив инструментов для подписки на торговый статус.
    int
    Массив инструментов для подписки на торговый статус.
    Массив инструментов для подписки на торговый статус.
    Массив инструментов для подписки на торговый статус.
    Массив инструментов для подписки на торговый статус.
    Изменение статуса подписки.
    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

    • 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<InfoInstrument> getInstrumentsList()
      Массив инструментов для подписки на торговый статус.
       
      repeated .tinkoff.public.invest.api.contract.v1.InfoInstrument instruments = 2;
    • getInstruments

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

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

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

      InfoInstrumentOrBuilder getInstrumentsOrBuilder(int index)
      Массив инструментов для подписки на торговый статус.
       
      repeated .tinkoff.public.invest.api.contract.v1.InfoInstrument instruments = 2;