ru.tinkoff.piapi.contract.v1.InstrumentClosePriceRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: marketdata.proto
package ru.tinkoff.piapi.contract.v1;
public interface InstrumentClosePriceRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.InstrumentClosePriceRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*Идентификатор инструмента, принимает значение figi или instrument_uid.
*
*
* string instrument_id = 1;
* @return The instrumentId.
*/
java.lang.String getInstrumentId();
/**
*
*Идентификатор инструмента, принимает значение figi или instrument_uid.
*
*
* string instrument_id = 1;
* @return The bytes for instrumentId.
*/
com.google.protobuf.ByteString
getInstrumentIdBytes();
}