Package ru.tinkoff.piapi.contract.v1
Interface FavoriteInstrumentOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FavoriteInstrument,FavoriteInstrument.Builder
public interface FavoriteInstrumentOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanПараметр указывает на возможность торговать инструментом через API.Класс-код инструмента.com.google.protobuf.ByteStringКласс-код инструмента.getFigi()Figi-идентификатор инструмента.com.google.protobuf.ByteStringFigi-идентификатор инструмента.Тип инструмента.com.google.protobuf.ByteStringТип инструмента.getIsin()Isin-идентификатор инструмента.com.google.protobuf.ByteStringIsin-идентификатор инструмента.booleanПризнак внебиржевой ценной бумаги.Тикер инструмента.com.google.protobuf.ByteStringТикер инструмента.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFigi
String getFigi()Figi-идентификатор инструмента.
string figi = 1;- Returns:
- The figi.
-
getFigiBytes
com.google.protobuf.ByteString getFigiBytes()Figi-идентификатор инструмента.
string figi = 1;- Returns:
- The bytes for figi.
-
getTicker
String getTicker()Тикер инструмента.
string ticker = 2;- Returns:
- The ticker.
-
getTickerBytes
com.google.protobuf.ByteString getTickerBytes()Тикер инструмента.
string ticker = 2;- Returns:
- The bytes for ticker.
-
getClassCode
String getClassCode()Класс-код инструмента.
string class_code = 3;- Returns:
- The classCode.
-
getClassCodeBytes
com.google.protobuf.ByteString getClassCodeBytes()Класс-код инструмента.
string class_code = 3;- Returns:
- The bytes for classCode.
-
getIsin
String getIsin()Isin-идентификатор инструмента.
string isin = 4;- Returns:
- The isin.
-
getIsinBytes
com.google.protobuf.ByteString getIsinBytes()Isin-идентификатор инструмента.
string isin = 4;- Returns:
- The bytes for isin.
-
getInstrumentType
String getInstrumentType()Тип инструмента.
string instrument_type = 11;- Returns:
- The instrumentType.
-
getInstrumentTypeBytes
com.google.protobuf.ByteString getInstrumentTypeBytes()Тип инструмента.
string instrument_type = 11;- Returns:
- The bytes for instrumentType.
-
getOtcFlag
boolean getOtcFlag()Признак внебиржевой ценной бумаги.
bool otc_flag = 16;- Returns:
- The otcFlag.
-
getApiTradeAvailableFlag
boolean getApiTradeAvailableFlag()Параметр указывает на возможность торговать инструментом через API.
bool api_trade_available_flag = 17;- Returns:
- The apiTradeAvailableFlag.
-