Interface FuturesResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FuturesResponse, FuturesResponse.Builder

public interface FuturesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getInstruments(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

    • getInstrumentsList

      List<Future> getInstrumentsList()
      Массив фьючерсов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Future instruments = 1;
    • getInstruments

      Future getInstruments(int index)
      Массив фьючерсов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Future instruments = 1;
    • getInstrumentsCount

      int getInstrumentsCount()
      Массив фьючерсов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Future instruments = 1;
    • getInstrumentsOrBuilderList

      List<? extends FutureOrBuilder> getInstrumentsOrBuilderList()
      Массив фьючерсов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Future instruments = 1;
    • getInstrumentsOrBuilder

      FutureOrBuilder getInstrumentsOrBuilder(int index)
      Массив фьючерсов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Future instruments = 1;