All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.tinkoff.piapi.contract.v1.AssetInstrumentOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.25
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: instruments.proto

package ru.tinkoff.piapi.contract.v1;

public interface AssetInstrumentOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.AssetInstrument)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *uid идентификатор инструмента.
   * 
* * string uid = 1; * @return The uid. */ java.lang.String getUid(); /** *
   *uid идентификатор инструмента.
   * 
* * string uid = 1; * @return The bytes for uid. */ com.google.protobuf.ByteString getUidBytes(); /** *
   *figi идентификатор инструмента.
   * 
* * string figi = 2; * @return The figi. */ java.lang.String getFigi(); /** *
   *figi идентификатор инструмента.
   * 
* * string figi = 2; * @return The bytes for figi. */ com.google.protobuf.ByteString getFigiBytes(); /** *
   *Тип инструмента.
   * 
* * string instrument_type = 3; * @return The instrumentType. */ java.lang.String getInstrumentType(); /** *
   *Тип инструмента.
   * 
* * string instrument_type = 3; * @return The bytes for instrumentType. */ com.google.protobuf.ByteString getInstrumentTypeBytes(); /** *
   *Тикер инструмента.
   * 
* * string ticker = 4; * @return The ticker. */ java.lang.String getTicker(); /** *
   *Тикер инструмента.
   * 
* * string ticker = 4; * @return The bytes for ticker. */ com.google.protobuf.ByteString getTickerBytes(); /** *
   *Класс-код (секция торгов).
   * 
* * string class_code = 5; * @return The classCode. */ java.lang.String getClassCode(); /** *
   *Класс-код (секция торгов).
   * 
* * string class_code = 5; * @return The bytes for classCode. */ com.google.protobuf.ByteString getClassCodeBytes(); /** *
   *Массив связанных инструментов.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.InstrumentLink links = 6; */ java.util.List getLinksList(); /** *
   *Массив связанных инструментов.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.InstrumentLink links = 6; */ ru.tinkoff.piapi.contract.v1.InstrumentLink getLinks(int index); /** *
   *Массив связанных инструментов.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.InstrumentLink links = 6; */ int getLinksCount(); /** *
   *Массив связанных инструментов.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.InstrumentLink links = 6; */ java.util.List getLinksOrBuilderList(); /** *
   *Массив связанных инструментов.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.InstrumentLink links = 6; */ ru.tinkoff.piapi.contract.v1.InstrumentLinkOrBuilder getLinksOrBuilder( int index); /** *
   *Тип инструмента.
   * 
* * .tinkoff.public.invest.api.contract.v1.InstrumentType instrument_kind = 10; * @return The enum numeric value on the wire for instrumentKind. */ int getInstrumentKindValue(); /** *
   *Тип инструмента.
   * 
* * .tinkoff.public.invest.api.contract.v1.InstrumentType instrument_kind = 10; * @return The instrumentKind. */ ru.tinkoff.piapi.contract.v1.InstrumentType getInstrumentKind(); /** *
   *id позиции.
   * 
* * string position_uid = 11; * @return The positionUid. */ java.lang.String getPositionUid(); /** *
   *id позиции.
   * 
* * string position_uid = 11; * @return The bytes for positionUid. */ com.google.protobuf.ByteString getPositionUidBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy