Interface SubscribeOrderBookRequestOrBuilder

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

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

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

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

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

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