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

ru.tinkoff.piapi.contract.v1.OrderOrBuilder 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 OrderOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.Order)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *Цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
   * 
* * .tinkoff.public.invest.api.contract.v1.Quotation price = 1; * @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 = 1; * @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 = 1; */ ru.tinkoff.piapi.contract.v1.QuotationOrBuilder getPriceOrBuilder(); /** *
   *Количество в лотах.
   * 
* * int64 quantity = 2; * @return The quantity. */ long getQuantity(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy