Package ru.tinkoff.piapi.contract.v1
Interface SharesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SharesResponse,SharesResponse.Builder
public interface SharesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetInstruments(int index) Массив акций.intМассив акций.Массив акций.getInstrumentsOrBuilder(int index) Массив акций.List<? extends ShareOrBuilder>Массив акций.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.Share instruments = 1; -
getInstruments
Массив акций.
repeated .tinkoff.public.invest.api.contract.v1.Share instruments = 1; -
getInstrumentsCount
int getInstrumentsCount()Массив акций.
repeated .tinkoff.public.invest.api.contract.v1.Share instruments = 1; -
getInstrumentsOrBuilderList
List<? extends ShareOrBuilder> getInstrumentsOrBuilderList()Массив акций.
repeated .tinkoff.public.invest.api.contract.v1.Share instruments = 1; -
getInstrumentsOrBuilder
Массив акций.
repeated .tinkoff.public.invest.api.contract.v1.Share instruments = 1;
-