Package ru.tinkoff.piapi.contract.v1
Interface AssetInstrumentOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AssetInstrument,AssetInstrument.Builder
public interface AssetInstrumentOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionКласс-код (секция торгов).com.google.protobuf.ByteStringКласс-код (секция торгов).getFigi()figi идентификатор инструмента.com.google.protobuf.ByteStringfigi идентификатор инструмента.Тип инструмента.com.google.protobuf.ByteStringТип инструмента.getLinks(int index) Массив связанных инструментов.intМассив связанных инструментов.Массив связанных инструментов.getLinksOrBuilder(int index) Массив связанных инструментов.List<? extends InstrumentLinkOrBuilder>Массив связанных инструментов.Тикер инструмента.com.google.protobuf.ByteStringТикер инструмента.getUid()uid идентификатор инструмента.com.google.protobuf.ByteStringuid идентификатор инструмента.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
-
getUid
String getUid()uid идентификатор инструмента.
string uid = 1;- Returns:
- The uid.
-
getUidBytes
com.google.protobuf.ByteString getUidBytes()uid идентификатор инструмента.
string uid = 1;- Returns:
- The bytes for uid.
-
getFigi
String getFigi()figi идентификатор инструмента.
string figi = 2;- Returns:
- The figi.
-
getFigiBytes
com.google.protobuf.ByteString getFigiBytes()figi идентификатор инструмента.
string figi = 2;- Returns:
- The bytes for figi.
-
getInstrumentType
String getInstrumentType()Тип инструмента.
string instrument_type = 3;- Returns:
- The instrumentType.
-
getInstrumentTypeBytes
com.google.protobuf.ByteString getInstrumentTypeBytes()Тип инструмента.
string instrument_type = 3;- Returns:
- The bytes for instrumentType.
-
getTicker
String getTicker()Тикер инструмента.
string ticker = 4;- Returns:
- The ticker.
-
getTickerBytes
com.google.protobuf.ByteString getTickerBytes()Тикер инструмента.
string ticker = 4;- Returns:
- The bytes for ticker.
-
getClassCode
String getClassCode()Класс-код (секция торгов).
string class_code = 5;- Returns:
- The classCode.
-
getClassCodeBytes
com.google.protobuf.ByteString getClassCodeBytes()Класс-код (секция торгов).
string class_code = 5;- Returns:
- The bytes for classCode.
-
getLinksList
List<InstrumentLink> getLinksList()Массив связанных инструментов.
repeated .tinkoff.public.invest.api.contract.v1.InstrumentLink links = 6; -
getLinks
Массив связанных инструментов.
repeated .tinkoff.public.invest.api.contract.v1.InstrumentLink links = 6; -
getLinksCount
int getLinksCount()Массив связанных инструментов.
repeated .tinkoff.public.invest.api.contract.v1.InstrumentLink links = 6; -
getLinksOrBuilderList
List<? extends InstrumentLinkOrBuilder> getLinksOrBuilderList()Массив связанных инструментов.
repeated .tinkoff.public.invest.api.contract.v1.InstrumentLink links = 6; -
getLinksOrBuilder
Массив связанных инструментов.
repeated .tinkoff.public.invest.api.contract.v1.InstrumentLink links = 6;
-