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

ru.tinkoff.piapi.contract.v1.BondsResponseOrBuilder 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 BondsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.BondsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *Массив облигаций.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.Bond instruments = 1; */ java.util.List getInstrumentsList(); /** *
   *Массив облигаций.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.Bond instruments = 1; */ ru.tinkoff.piapi.contract.v1.Bond getInstruments(int index); /** *
   *Массив облигаций.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.Bond instruments = 1; */ int getInstrumentsCount(); /** *
   *Массив облигаций.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.Bond instruments = 1; */ java.util.List getInstrumentsOrBuilderList(); /** *
   *Массив облигаций.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.Bond instruments = 1; */ ru.tinkoff.piapi.contract.v1.BondOrBuilder getInstrumentsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy