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 Type
    Method
    Description
    getLastPrices(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

    • getLastPricesList

      List<LastPrice> getLastPricesList()
      Массив цен последних сделок.
       
      repeated .tinkoff.public.invest.api.contract.v1.LastPrice last_prices = 1;
    • getLastPrices

      LastPrice getLastPrices(int index)
      Массив цен последних сделок.
       
      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

      LastPriceOrBuilder getLastPricesOrBuilder(int index)
      Массив цен последних сделок.
       
      repeated .tinkoff.public.invest.api.contract.v1.LastPrice last_prices = 1;