![JAR search and dependency download from the Maven repository](/logo.png)
ru.tinkoff.piapi.contract.v1.OrderTradeOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: orders.proto
package ru.tinkoff.piapi.contract.v1;
public interface OrderTradeOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.OrderTrade)
com.google.protobuf.MessageOrBuilder {
/**
*
*Дата и время совершения сделки в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp date_time = 1;
* @return Whether the dateTime field is set.
*/
boolean hasDateTime();
/**
*
*Дата и время совершения сделки в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp date_time = 1;
* @return The dateTime.
*/
com.google.protobuf.Timestamp getDateTime();
/**
*
*Дата и время совершения сделки в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp date_time = 1;
*/
com.google.protobuf.TimestampOrBuilder getDateTimeOrBuilder();
/**
*
*Цена за 1 инструмент, по которой совершена сделка.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation price = 2;
* @return Whether the price field is set.
*/
boolean hasPrice();
/**
*
*Цена за 1 инструмент, по которой совершена сделка.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation price = 2;
* @return The price.
*/
ru.tinkoff.piapi.contract.v1.Quotation getPrice();
/**
*
*Цена за 1 инструмент, по которой совершена сделка.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation price = 2;
*/
ru.tinkoff.piapi.contract.v1.QuotationOrBuilder getPriceOrBuilder();
/**
*
*Количество штук в сделке.
*
*
* int64 quantity = 3;
* @return The quantity.
*/
long getQuantity();
/**
*
*Идентификатор сделки.
*
*
* string trade_id = 4;
* @return The tradeId.
*/
java.lang.String getTradeId();
/**
*
*Идентификатор сделки.
*
*
* string trade_id = 4;
* @return The bytes for tradeId.
*/
com.google.protobuf.ByteString
getTradeIdBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy