Interface OptionsResponseOrBuilder

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

public interface OptionsResponseOrBuilder 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<Option> getInstrumentsList()
      Массив данных по опциону.
       
      repeated .tinkoff.public.invest.api.contract.v1.Option instruments = 1;
    • getInstruments

      Option getInstruments(int index)
      Массив данных по опциону.
       
      repeated .tinkoff.public.invest.api.contract.v1.Option instruments = 1;
    • getInstrumentsCount

      int getInstrumentsCount()
      Массив данных по опциону.
       
      repeated .tinkoff.public.invest.api.contract.v1.Option instruments = 1;
    • getInstrumentsOrBuilderList

      List<? extends OptionOrBuilder> getInstrumentsOrBuilderList()
      Массив данных по опциону.
       
      repeated .tinkoff.public.invest.api.contract.v1.Option instruments = 1;
    • getInstrumentsOrBuilder

      OptionOrBuilder getInstrumentsOrBuilder(int index)
      Массив данных по опциону.
       
      repeated .tinkoff.public.invest.api.contract.v1.Option instruments = 1;