ru.tinkoff.piapi.contract.v1.LastPriceInstrumentOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: marketdata.proto
package ru.tinkoff.piapi.contract.v1;
public interface LastPriceInstrumentOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.LastPriceInstrument)
com.google.protobuf.MessageOrBuilder {
/**
*
*Deprecated Figi-идентификатор инструмента. Необходимо использовать instrument_id.
*
*
* string figi = 1 [deprecated = true];
* @deprecated tinkoff.public.invest.api.contract.v1.LastPriceInstrument.figi is deprecated.
* See marketdata.proto;l=236
* @return The figi.
*/
@java.lang.Deprecated java.lang.String getFigi();
/**
*
*Deprecated Figi-идентификатор инструмента. Необходимо использовать instrument_id.
*
*
* string figi = 1 [deprecated = true];
* @deprecated tinkoff.public.invest.api.contract.v1.LastPriceInstrument.figi is deprecated.
* See marketdata.proto;l=236
* @return The bytes for figi.
*/
@java.lang.Deprecated com.google.protobuf.ByteString
getFigiBytes();
/**
*
*Идентификатор инструмента, принимает значение figi или instrument_uid
*
*
* string instrument_id = 2;
* @return The instrumentId.
*/
java.lang.String getInstrumentId();
/**
*
*Идентификатор инструмента, принимает значение figi или instrument_uid
*
*
* string instrument_id = 2;
* @return The bytes for instrumentId.
*/
com.google.protobuf.ByteString
getInstrumentIdBytes();
}