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

ru.tinkoff.piapi.contract.v1.TradeOrBuilder 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 TradeOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.Trade)
    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(); /** *
   *Направление сделки.
   * 
* * .tinkoff.public.invest.api.contract.v1.TradeDirection direction = 2; * @return The enum numeric value on the wire for direction. */ int getDirectionValue(); /** *
   *Направление сделки.
   * 
* * .tinkoff.public.invest.api.contract.v1.TradeDirection direction = 2; * @return The direction. */ ru.tinkoff.piapi.contract.v1.TradeDirection getDirection(); /** *
   *Цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
   * 
* * .tinkoff.public.invest.api.contract.v1.Quotation price = 3; * @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 = 3; * @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 = 3; */ ru.tinkoff.piapi.contract.v1.QuotationOrBuilder getPriceOrBuilder(); /** *
   *Количество лотов.
   * 
* * int64 quantity = 4; * @return The quantity. */ long getQuantity(); /** *
   *Время сделки в часовом поясе UTC по времени биржи.
   * 
* * .google.protobuf.Timestamp time = 5; * @return Whether the time field is set. */ boolean hasTime(); /** *
   *Время сделки в часовом поясе UTC по времени биржи.
   * 
* * .google.protobuf.Timestamp time = 5; * @return The time. */ com.google.protobuf.Timestamp getTime(); /** *
   *Время сделки в часовом поясе UTC по времени биржи.
   * 
* * .google.protobuf.Timestamp time = 5; */ com.google.protobuf.TimestampOrBuilder getTimeOrBuilder(); /** *
   *Uid инструмента
   * 
* * string instrument_uid = 6; * @return The instrumentUid. */ java.lang.String getInstrumentUid(); /** *
   *Uid инструмента
   * 
* * string instrument_uid = 6; * @return The bytes for instrumentUid. */ com.google.protobuf.ByteString getInstrumentUidBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy