Interface FutureResponseOrBuilder

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

public interface FutureResponseOrBuilder 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.Future instrument = 1;
      Returns:
      Whether the instrument field is set.
    • getInstrument

      Future getInstrument()
       Информация о фьючерсу.
       
      .tinkoff.public.invest.api.contract.v1.Future instrument = 1;
      Returns:
      The instrument.
    • getInstrumentOrBuilder

      FutureOrBuilder getInstrumentOrBuilder()
       Информация о фьючерсу.
       
      .tinkoff.public.invest.api.contract.v1.Future instrument = 1;