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