ru.tinkoff.piapi.contract.v1.FavoriteInstrumentOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: instruments.proto
package ru.tinkoff.piapi.contract.v1;
public interface FavoriteInstrumentOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.FavoriteInstrument)
com.google.protobuf.MessageOrBuilder {
/**
*
*Figi-идентификатор инструмента.
*
*
* string figi = 1;
* @return The figi.
*/
java.lang.String getFigi();
/**
*
*Figi-идентификатор инструмента.
*
*
* string figi = 1;
* @return The bytes for figi.
*/
com.google.protobuf.ByteString
getFigiBytes();
/**
*
*Тикер инструмента.
*
*
* string ticker = 2;
* @return The ticker.
*/
java.lang.String getTicker();
/**
*
*Тикер инструмента.
*
*
* string ticker = 2;
* @return The bytes for ticker.
*/
com.google.protobuf.ByteString
getTickerBytes();
/**
*
*Класс-код инструмента.
*
*
* string class_code = 3;
* @return The classCode.
*/
java.lang.String getClassCode();
/**
*
*Класс-код инструмента.
*
*
* string class_code = 3;
* @return The bytes for classCode.
*/
com.google.protobuf.ByteString
getClassCodeBytes();
/**
*
*Isin-идентификатор инструмента.
*
*
* string isin = 4;
* @return The isin.
*/
java.lang.String getIsin();
/**
*
*Isin-идентификатор инструмента.
*
*
* string isin = 4;
* @return The bytes for isin.
*/
com.google.protobuf.ByteString
getIsinBytes();
/**
*
*Тип инструмента.
*
*
* string instrument_type = 11;
* @return The instrumentType.
*/
java.lang.String getInstrumentType();
/**
*
*Тип инструмента.
*
*
* string instrument_type = 11;
* @return The bytes for instrumentType.
*/
com.google.protobuf.ByteString
getInstrumentTypeBytes();
/**
*
*Признак внебиржевой ценной бумаги.
*
*
* bool otc_flag = 16;
* @return The otcFlag.
*/
boolean getOtcFlag();
/**
*
*Параметр указывает на возможность торговать инструментом через API.
*
*
* bool api_trade_available_flag = 17;
* @return The apiTradeAvailableFlag.
*/
boolean getApiTradeAvailableFlag();
/**
*
*Тип инструмента.
*
*
* .tinkoff.public.invest.api.contract.v1.InstrumentType instrument_kind = 18;
* @return The enum numeric value on the wire for instrumentKind.
*/
int getInstrumentKindValue();
/**
*
*Тип инструмента.
*
*
* .tinkoff.public.invest.api.contract.v1.InstrumentType instrument_kind = 18;
* @return The instrumentKind.
*/
ru.tinkoff.piapi.contract.v1.InstrumentType getInstrumentKind();
}