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