Package ru.tinkoff.piapi.contract.v1
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 TypeMethodDescriptiongetCandlesSubscriptions(int index) Массив статусов подписки на свечи.intМассив статусов подписки на свечи.Массив статусов подписки на свечи.getCandlesSubscriptionsOrBuilder(int index) Массив статусов подписки на свечи.List<? extends CandleSubscriptionOrBuilder>Массив статусов подписки на свечи.Уникальный идентификатор запроса, подробнее: [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
isInitializedMethods 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
Массив статусов подписки на свечи.
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
Массив статусов подписки на свечи.
repeated .tinkoff.public.invest.api.contract.v1.CandleSubscription candles_subscriptions = 2;
-