All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.tinkoff.piapi.contract.v1.EtfsResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.25
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: instruments.proto

package ru.tinkoff.piapi.contract.v1;

public interface EtfsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.EtfsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *Массив фондов.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.Etf instruments = 1; */ java.util.List getInstrumentsList(); /** *
   *Массив фондов.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.Etf instruments = 1; */ ru.tinkoff.piapi.contract.v1.Etf getInstruments(int index); /** *
   *Массив фондов.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.Etf instruments = 1; */ int getInstrumentsCount(); /** *
   *Массив фондов.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.Etf instruments = 1; */ java.util.List getInstrumentsOrBuilderList(); /** *
   *Массив фондов.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.Etf instruments = 1; */ ru.tinkoff.piapi.contract.v1.EtfOrBuilder getInstrumentsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy