ru.tinkoff.piapi.contract.v1.GetTradingStatusesRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: marketdata.proto
package ru.tinkoff.piapi.contract.v1;
public interface GetTradingStatusesRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.GetTradingStatusesRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*Идентификатор инструмента, принимает значение figi или instrument_uid
*
*
* repeated string instrument_id = 1;
* @return A list containing the instrumentId.
*/
java.util.List
getInstrumentIdList();
/**
*
*Идентификатор инструмента, принимает значение figi или instrument_uid
*
*
* repeated string instrument_id = 1;
* @return The count of instrumentId.
*/
int getInstrumentIdCount();
/**
*
*Идентификатор инструмента, принимает значение figi или instrument_uid
*
*
* repeated string instrument_id = 1;
* @param index The index of the element to return.
* @return The instrumentId at the given index.
*/
java.lang.String getInstrumentId(int index);
/**
*
*Идентификатор инструмента, принимает значение figi или instrument_uid
*
*
* repeated string instrument_id = 1;
* @param index The index of the value to return.
* @return The bytes of the instrumentId at the given index.
*/
com.google.protobuf.ByteString
getInstrumentIdBytes(int index);
}