Interface SubscribeCandlesResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Массив статусов подписки на свечи.
    int
    Массив статусов подписки на свечи.
    Массив статусов подписки на свечи.
    Массив статусов подписки на свечи.
    Массив статусов подписки на свечи.
    Уникальный идентификатор запроса, подробнее: [tracking_id](https://tinkoff.github.io/investAPI/grpc#tracking-id).
    com.google.protobuf.ByteString
    Уникальный идентификатор запроса, подробнее: [tracking_id](https://tinkoff.github.io/investAPI/grpc#tracking-id).

    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

    • getTrackingId

      String getTrackingId()
      Уникальный идентификатор запроса, подробнее: [tracking_id](https://tinkoff.github.io/investAPI/grpc#tracking-id).
       
      string tracking_id = 1;
      Returns:
      The trackingId.
    • getTrackingIdBytes

      com.google.protobuf.ByteString getTrackingIdBytes()
      Уникальный идентификатор запроса, подробнее: [tracking_id](https://tinkoff.github.io/investAPI/grpc#tracking-id).
       
      string tracking_id = 1;
      Returns:
      The bytes for trackingId.
    • getCandlesSubscriptionsList

      List<CandleSubscription> getCandlesSubscriptionsList()
      Массив статусов подписки на свечи.
       
      repeated .tinkoff.public.invest.api.contract.v1.CandleSubscription candles_subscriptions = 2;
    • getCandlesSubscriptions

      CandleSubscription getCandlesSubscriptions(int index)
      Массив статусов подписки на свечи.
       
      repeated .tinkoff.public.invest.api.contract.v1.CandleSubscription candles_subscriptions = 2;
    • getCandlesSubscriptionsCount

      int getCandlesSubscriptionsCount()
      Массив статусов подписки на свечи.
       
      repeated .tinkoff.public.invest.api.contract.v1.CandleSubscription candles_subscriptions = 2;
    • getCandlesSubscriptionsOrBuilderList

      List<? extends CandleSubscriptionOrBuilder> getCandlesSubscriptionsOrBuilderList()
      Массив статусов подписки на свечи.
       
      repeated .tinkoff.public.invest.api.contract.v1.CandleSubscription candles_subscriptions = 2;
    • getCandlesSubscriptionsOrBuilder

      CandleSubscriptionOrBuilder getCandlesSubscriptionsOrBuilder(int index)
      Массив статусов подписки на свечи.
       
      repeated .tinkoff.public.invest.api.contract.v1.CandleSubscription candles_subscriptions = 2;