Interface InstrumentClosePriceResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Figi инструмента.
    com.google.protobuf.ByteString
    Figi инструмента.
    Uid инструмента.
    com.google.protobuf.ByteString
    Uid инструмента.
    Цена закрытия торговой сессии.
    Цена закрытия торговой сессии.
    com.google.protobuf.Timestamp
    Дата совершения торгов.
    com.google.protobuf.TimestampOrBuilder
    Дата совершения торгов.
    boolean
    Цена закрытия торговой сессии.
    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

    • getFigi

      String getFigi()
      Figi инструмента.
       
      string figi = 1;
      Returns:
      The figi.
    • getFigiBytes

      com.google.protobuf.ByteString getFigiBytes()
      Figi инструмента.
       
      string figi = 1;
      Returns:
      The bytes for figi.
    • getInstrumentUid

      String getInstrumentUid()
      Uid инструмента.
       
      string instrument_uid = 2;
      Returns:
      The instrumentUid.
    • getInstrumentUidBytes

      com.google.protobuf.ByteString getInstrumentUidBytes()
      Uid инструмента.
       
      string instrument_uid = 2;
      Returns:
      The bytes for instrumentUid.
    • hasPrice

      boolean hasPrice()
      Цена закрытия торговой сессии.
       
      .tinkoff.public.invest.api.contract.v1.Quotation price = 11;
      Returns:
      Whether the price field is set.
    • getPrice

      Quotation getPrice()
      Цена закрытия торговой сессии.
       
      .tinkoff.public.invest.api.contract.v1.Quotation price = 11;
      Returns:
      The price.
    • getPriceOrBuilder

      QuotationOrBuilder getPriceOrBuilder()
      Цена закрытия торговой сессии.
       
      .tinkoff.public.invest.api.contract.v1.Quotation price = 11;
    • hasTime

      boolean hasTime()
      Дата совершения торгов.
       
      .google.protobuf.Timestamp time = 21;
      Returns:
      Whether the time field is set.
    • getTime

      com.google.protobuf.Timestamp getTime()
      Дата совершения торгов.
       
      .google.protobuf.Timestamp time = 21;
      Returns:
      The time.
    • getTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getTimeOrBuilder()
      Дата совершения торгов.
       
      .google.protobuf.Timestamp time = 21;