![JAR search and dependency download from the Maven repository](/logo.png)
ru.tinkoff.piapi.contract.v1.GetClosePricesRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: marketdata.proto
package ru.tinkoff.piapi.contract.v1;
public interface GetClosePricesRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.GetClosePricesRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*Массив по инструментам.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.InstrumentClosePriceRequest instruments = 1;
*/
java.util.List
getInstrumentsList();
/**
*
*Массив по инструментам.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.InstrumentClosePriceRequest instruments = 1;
*/
ru.tinkoff.piapi.contract.v1.InstrumentClosePriceRequest getInstruments(int index);
/**
*
*Массив по инструментам.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.InstrumentClosePriceRequest instruments = 1;
*/
int getInstrumentsCount();
/**
*
*Массив по инструментам.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.InstrumentClosePriceRequest instruments = 1;
*/
java.util.List extends ru.tinkoff.piapi.contract.v1.InstrumentClosePriceRequestOrBuilder>
getInstrumentsOrBuilderList();
/**
*
*Массив по инструментам.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.InstrumentClosePriceRequest instruments = 1;
*/
ru.tinkoff.piapi.contract.v1.InstrumentClosePriceRequestOrBuilder getInstrumentsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy