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