Package ru.tinkoff.piapi.contract.v1
Interface GetCandlesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetCandlesResponse,GetCandlesResponse.Builder
public interface GetCandlesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCandles(int index) Массив свечей.intМассив свечей.Массив свечей.getCandlesOrBuilder(int index) Массив свечей.List<? extends HistoricCandleOrBuilder>Массив свечей.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
-
getCandlesList
List<HistoricCandle> getCandlesList()Массив свечей.
repeated .tinkoff.public.invest.api.contract.v1.HistoricCandle candles = 1; -
getCandles
Массив свечей.
repeated .tinkoff.public.invest.api.contract.v1.HistoricCandle candles = 1; -
getCandlesCount
int getCandlesCount()Массив свечей.
repeated .tinkoff.public.invest.api.contract.v1.HistoricCandle candles = 1; -
getCandlesOrBuilderList
List<? extends HistoricCandleOrBuilder> getCandlesOrBuilderList()Массив свечей.
repeated .tinkoff.public.invest.api.contract.v1.HistoricCandle candles = 1; -
getCandlesOrBuilder
Массив свечей.
repeated .tinkoff.public.invest.api.contract.v1.HistoricCandle candles = 1;
-