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

ru.tinkoff.piapi.contract.v1.LastPriceOrBuilder 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 LastPriceOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.LastPrice)
    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(); /** *
   *Цена последней сделки за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
   * 
* * .tinkoff.public.invest.api.contract.v1.Quotation price = 2; * @return Whether the price field is set. */ boolean hasPrice(); /** *
   *Цена последней сделки за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
   * 
* * .tinkoff.public.invest.api.contract.v1.Quotation price = 2; * @return The price. */ ru.tinkoff.piapi.contract.v1.Quotation getPrice(); /** *
   *Цена последней сделки за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
   * 
* * .tinkoff.public.invest.api.contract.v1.Quotation price = 2; */ ru.tinkoff.piapi.contract.v1.QuotationOrBuilder getPriceOrBuilder(); /** *
   *Время получения последней цены в часовом поясе UTC по времени биржи.
   * 
* * .google.protobuf.Timestamp time = 3; * @return Whether the time field is set. */ boolean hasTime(); /** *
   *Время получения последней цены в часовом поясе UTC по времени биржи.
   * 
* * .google.protobuf.Timestamp time = 3; * @return The time. */ com.google.protobuf.Timestamp getTime(); /** *
   *Время получения последней цены в часовом поясе UTC по времени биржи.
   * 
* * .google.protobuf.Timestamp time = 3; */ com.google.protobuf.TimestampOrBuilder getTimeOrBuilder(); /** *
   *Uid инструмента
   * 
* * string instrument_uid = 11; * @return The instrumentUid. */ java.lang.String getInstrumentUid(); /** *
   *Uid инструмента
   * 
* * string instrument_uid = 11; * @return The bytes for instrumentUid. */ com.google.protobuf.ByteString getInstrumentUidBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy