Package ru.tinkoff.piapi.contract.v1
Interface OptionsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OptionsResponse,OptionsResponse.Builder
public interface OptionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetInstruments(int index) Массив данных по опциону.intМассив данных по опциону.Массив данных по опциону.getInstrumentsOrBuilder(int index) Массив данных по опциону.List<? extends OptionOrBuilder>Массив данных по опциону.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
-
getInstrumentsList
Массив данных по опциону.
repeated .tinkoff.public.invest.api.contract.v1.Option instruments = 1; -
getInstruments
Массив данных по опциону.
repeated .tinkoff.public.invest.api.contract.v1.Option instruments = 1; -
getInstrumentsCount
int getInstrumentsCount()Массив данных по опциону.
repeated .tinkoff.public.invest.api.contract.v1.Option instruments = 1; -
getInstrumentsOrBuilderList
List<? extends OptionOrBuilder> getInstrumentsOrBuilderList()Массив данных по опциону.
repeated .tinkoff.public.invest.api.contract.v1.Option instruments = 1; -
getInstrumentsOrBuilder
Массив данных по опциону.
repeated .tinkoff.public.invest.api.contract.v1.Option instruments = 1;
-