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

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

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

package ru.tinkoff.piapi.contract.v1;

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

  /**
   * 
   *Массив по инструментам.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.InstrumentClosePriceResponse close_prices = 1; */ java.util.List getClosePricesList(); /** *
   *Массив по инструментам.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.InstrumentClosePriceResponse close_prices = 1; */ ru.tinkoff.piapi.contract.v1.InstrumentClosePriceResponse getClosePrices(int index); /** *
   *Массив по инструментам.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.InstrumentClosePriceResponse close_prices = 1; */ int getClosePricesCount(); /** *
   *Массив по инструментам.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.InstrumentClosePriceResponse close_prices = 1; */ java.util.List getClosePricesOrBuilderList(); /** *
   *Массив по инструментам.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.InstrumentClosePriceResponse close_prices = 1; */ ru.tinkoff.piapi.contract.v1.InstrumentClosePriceResponseOrBuilder getClosePricesOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy