Interface GetClosePricesRequestOrBuilder

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

public interface GetClosePricesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getInstrumentsList

      List<InstrumentClosePriceRequest> getInstrumentsList()
      Массив по инструментам.
       
      repeated .tinkoff.public.invest.api.contract.v1.InstrumentClosePriceRequest instruments = 1;
    • getInstruments

      InstrumentClosePriceRequest getInstruments(int index)
      Массив по инструментам.
       
      repeated .tinkoff.public.invest.api.contract.v1.InstrumentClosePriceRequest instruments = 1;
    • getInstrumentsCount

      int getInstrumentsCount()
      Массив по инструментам.
       
      repeated .tinkoff.public.invest.api.contract.v1.InstrumentClosePriceRequest instruments = 1;
    • getInstrumentsOrBuilderList

      List<? extends InstrumentClosePriceRequestOrBuilder> getInstrumentsOrBuilderList()
      Массив по инструментам.
       
      repeated .tinkoff.public.invest.api.contract.v1.InstrumentClosePriceRequest instruments = 1;
    • getInstrumentsOrBuilder

      InstrumentClosePriceRequestOrBuilder getInstrumentsOrBuilder(int index)
      Массив по инструментам.
       
      repeated .tinkoff.public.invest.api.contract.v1.InstrumentClosePriceRequest instruments = 1;