Package ru.tinkoff.piapi.contract.v1
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 TypeMethodDescriptiongetInstruments(int index) Массив инструментов для подписки на стаканы.intМассив инструментов для подписки на стаканы.Массив инструментов для подписки на стаканы.getInstrumentsOrBuilder(int index) Массив инструментов для подписки на стаканы.List<? extends OrderBookInstrumentOrBuilder>Массив инструментов для подписки на стаканы.Изменение статуса подписки.intИзменение статуса подписки.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
-
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
Массив инструментов для подписки на стаканы.
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
Массив инструментов для подписки на стаканы.
repeated .tinkoff.public.invest.api.contract.v1.OrderBookInstrument instruments = 2;
-