Package ru.tinkoff.piapi.contract.v1
Interface GetLastPricesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetLastPricesResponse,GetLastPricesResponse.Builder
public interface GetLastPricesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetLastPrices(int index) Массив цен последних сделок.intМассив цен последних сделок.Массив цен последних сделок.getLastPricesOrBuilder(int index) Массив цен последних сделок.List<? extends LastPriceOrBuilder>Массив цен последних сделок.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
-
getLastPricesList
Массив цен последних сделок.
repeated .tinkoff.public.invest.api.contract.v1.LastPrice last_prices = 1; -
getLastPrices
Массив цен последних сделок.
repeated .tinkoff.public.invest.api.contract.v1.LastPrice last_prices = 1; -
getLastPricesCount
int getLastPricesCount()Массив цен последних сделок.
repeated .tinkoff.public.invest.api.contract.v1.LastPrice last_prices = 1; -
getLastPricesOrBuilderList
List<? extends LastPriceOrBuilder> getLastPricesOrBuilderList()Массив цен последних сделок.
repeated .tinkoff.public.invest.api.contract.v1.LastPrice last_prices = 1; -
getLastPricesOrBuilder
Массив цен последних сделок.
repeated .tinkoff.public.invest.api.contract.v1.LastPrice last_prices = 1;
-