ru.tinkoff.piapi.contract.v1.InstrumentResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: instruments.proto
package ru.tinkoff.piapi.contract.v1;
public interface InstrumentResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.InstrumentResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* Основная информация об инструменте.
*
*
* .tinkoff.public.invest.api.contract.v1.Instrument instrument = 1;
* @return Whether the instrument field is set.
*/
boolean hasInstrument();
/**
*
* Основная информация об инструменте.
*
*
* .tinkoff.public.invest.api.contract.v1.Instrument instrument = 1;
* @return The instrument.
*/
ru.tinkoff.piapi.contract.v1.Instrument getInstrument();
/**
*
* Основная информация об инструменте.
*
*
* .tinkoff.public.invest.api.contract.v1.Instrument instrument = 1;
*/
ru.tinkoff.piapi.contract.v1.InstrumentOrBuilder getInstrumentOrBuilder();
}