Package ru.tinkoff.piapi.contract.v1
Interface FuturesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FuturesResponse,FuturesResponse.Builder
public interface FuturesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetInstruments(int index) Массив фьючерсов.intМассив фьючерсов.Массив фьючерсов.getInstrumentsOrBuilder(int index) Массив фьючерсов.List<? extends FutureOrBuilder>Массив фьючерсов.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.Future instruments = 1; -
getInstruments
Массив фьючерсов.
repeated .tinkoff.public.invest.api.contract.v1.Future instruments = 1; -
getInstrumentsCount
int getInstrumentsCount()Массив фьючерсов.
repeated .tinkoff.public.invest.api.contract.v1.Future instruments = 1; -
getInstrumentsOrBuilderList
List<? extends FutureOrBuilder> getInstrumentsOrBuilderList()Массив фьючерсов.
repeated .tinkoff.public.invest.api.contract.v1.Future instruments = 1; -
getInstrumentsOrBuilder
Массив фьючерсов.
repeated .tinkoff.public.invest.api.contract.v1.Future instruments = 1;
-