ru.tinkoff.piapi.contract.v1.GetLastPricesResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: marketdata.proto
package ru.tinkoff.piapi.contract.v1;
public interface GetLastPricesResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.GetLastPricesResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
*Массив цен последних сделок.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.LastPrice last_prices = 1;
*/
java.util.List
getLastPricesList();
/**
*
*Массив цен последних сделок.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.LastPrice last_prices = 1;
*/
ru.tinkoff.piapi.contract.v1.LastPrice getLastPrices(int index);
/**
*
*Массив цен последних сделок.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.LastPrice last_prices = 1;
*/
int getLastPricesCount();
/**
*
*Массив цен последних сделок.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.LastPrice last_prices = 1;
*/
java.util.List extends ru.tinkoff.piapi.contract.v1.LastPriceOrBuilder>
getLastPricesOrBuilderList();
/**
*
*Массив цен последних сделок.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.LastPrice last_prices = 1;
*/
ru.tinkoff.piapi.contract.v1.LastPriceOrBuilder getLastPricesOrBuilder(
int index);
}