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 Type
    Method
    Description
    Класс-код (секция торгов).
    com.google.protobuf.ByteString
    Класс-код (секция торгов).
    figi идентификатор инструмента.
    com.google.protobuf.ByteString
    figi идентификатор инструмента.
    Тип инструмента.
    com.google.protobuf.ByteString
    Тип инструмента.
    getLinks(int index)
    Массив связанных инструментов.
    int
    Массив связанных инструментов.
    Массив связанных инструментов.
    getLinksOrBuilder(int index)
    Массив связанных инструментов.
    Массив связанных инструментов.
    Тикер инструмента.
    com.google.protobuf.ByteString
    Тикер инструмента.
    uid идентификатор инструмента.
    com.google.protobuf.ByteString
    uid идентификатор инструмента.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      InstrumentLink getLinks(int index)
      Массив связанных инструментов.
       
      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

      InstrumentLinkOrBuilder getLinksOrBuilder(int index)
      Массив связанных инструментов.
       
      repeated .tinkoff.public.invest.api.contract.v1.InstrumentLink links = 6;