Interface InstrumentResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
InstrumentResponse, InstrumentResponse.Builder

public interface InstrumentResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Основная информация об инструменте.
    Основная информация об инструменте.
    boolean
    Основная информация об инструменте.

    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

    • hasInstrument

      boolean hasInstrument()
       Основная информация об инструменте.
       
      .tinkoff.public.invest.api.contract.v1.Instrument instrument = 1;
      Returns:
      Whether the instrument field is set.
    • getInstrument

      Instrument getInstrument()
       Основная информация об инструменте.
       
      .tinkoff.public.invest.api.contract.v1.Instrument instrument = 1;
      Returns:
      The instrument.
    • getInstrumentOrBuilder

      InstrumentOrBuilder getInstrumentOrBuilder()
       Основная информация об инструменте.
       
      .tinkoff.public.invest.api.contract.v1.Instrument instrument = 1;