![JAR search and dependency download from the Maven repository](/logo.png)
ru.tinkoff.piapi.contract.v1.InstrumentRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: instruments.proto
package ru.tinkoff.piapi.contract.v1;
public interface InstrumentRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.InstrumentRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Тип идентификатора инструмента. Возможные значения: figi, ticker. Подробнее об идентификации инструментов: [Идентификация инструментов](https://russianinvestments.github.io/investAPI/faq_identification/)
*
*
* .tinkoff.public.invest.api.contract.v1.InstrumentIdType id_type = 1;
* @return The enum numeric value on the wire for idType.
*/
int getIdTypeValue();
/**
*
* Тип идентификатора инструмента. Возможные значения: figi, ticker. Подробнее об идентификации инструментов: [Идентификация инструментов](https://russianinvestments.github.io/investAPI/faq_identification/)
*
*
* .tinkoff.public.invest.api.contract.v1.InstrumentIdType id_type = 1;
* @return The idType.
*/
ru.tinkoff.piapi.contract.v1.InstrumentIdType getIdType();
/**
*
* Идентификатор class_code. Обязателен при id_type = ticker.
*
*
* string class_code = 2;
* @return The classCode.
*/
java.lang.String getClassCode();
/**
*
* Идентификатор class_code. Обязателен при id_type = ticker.
*
*
* string class_code = 2;
* @return The bytes for classCode.
*/
com.google.protobuf.ByteString
getClassCodeBytes();
/**
*
* Идентификатор запрашиваемого инструмента.
*
*
* string id = 3;
* @return The id.
*/
java.lang.String getId();
/**
*
* Идентификатор запрашиваемого инструмента.
*
*
* string id = 3;
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy