All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.tinkoff.piapi.contract.v1.InstrumentClosePriceResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.25
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: marketdata.proto

package ru.tinkoff.piapi.contract.v1;

public interface InstrumentClosePriceResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.InstrumentClosePriceResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *Figi инструмента.
   * 
* * string figi = 1; * @return The figi. */ java.lang.String getFigi(); /** *
   *Figi инструмента.
   * 
* * string figi = 1; * @return The bytes for figi. */ com.google.protobuf.ByteString getFigiBytes(); /** *
   *Uid инструмента.
   * 
* * string instrument_uid = 2; * @return The instrumentUid. */ java.lang.String getInstrumentUid(); /** *
   *Uid инструмента.
   * 
* * string instrument_uid = 2; * @return The bytes for instrumentUid. */ com.google.protobuf.ByteString getInstrumentUidBytes(); /** *
   *Цена закрытия торговой сессии.
   * 
* * .tinkoff.public.invest.api.contract.v1.Quotation price = 11; * @return Whether the price field is set. */ boolean hasPrice(); /** *
   *Цена закрытия торговой сессии.
   * 
* * .tinkoff.public.invest.api.contract.v1.Quotation price = 11; * @return The price. */ ru.tinkoff.piapi.contract.v1.Quotation getPrice(); /** *
   *Цена закрытия торговой сессии.
   * 
* * .tinkoff.public.invest.api.contract.v1.Quotation price = 11; */ ru.tinkoff.piapi.contract.v1.QuotationOrBuilder getPriceOrBuilder(); /** *
   *Цена последней сделки с вечерней сессии
   * 
* * .tinkoff.public.invest.api.contract.v1.Quotation evening_session_price = 12; * @return Whether the eveningSessionPrice field is set. */ boolean hasEveningSessionPrice(); /** *
   *Цена последней сделки с вечерней сессии
   * 
* * .tinkoff.public.invest.api.contract.v1.Quotation evening_session_price = 12; * @return The eveningSessionPrice. */ ru.tinkoff.piapi.contract.v1.Quotation getEveningSessionPrice(); /** *
   *Цена последней сделки с вечерней сессии
   * 
* * .tinkoff.public.invest.api.contract.v1.Quotation evening_session_price = 12; */ ru.tinkoff.piapi.contract.v1.QuotationOrBuilder getEveningSessionPriceOrBuilder(); /** *
   *Дата совершения торгов.
   * 
* * .google.protobuf.Timestamp time = 21; * @return Whether the time field is set. */ boolean hasTime(); /** *
   *Дата совершения торгов.
   * 
* * .google.protobuf.Timestamp time = 21; * @return The time. */ com.google.protobuf.Timestamp getTime(); /** *
   *Дата совершения торгов.
   * 
* * .google.protobuf.Timestamp time = 21; */ com.google.protobuf.TimestampOrBuilder getTimeOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy