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 Type
    Method
    Description
    getCandles(int index)
    Массив свечей.
    int
    Массив свечей.
    Массив свечей.
    Массив свечей.
    Массив свечей.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      HistoricCandle getCandles(int index)
      Массив свечей.
       
      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

      HistoricCandleOrBuilder getCandlesOrBuilder(int index)
      Массив свечей.
       
      repeated .tinkoff.public.invest.api.contract.v1.HistoricCandle candles = 1;