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

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

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

package ru.tinkoff.piapi.contract.v1;

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

  /**
   * 
   *Идентификатор торгового поручения.
   * 
* * string order_id = 1; * @return The orderId. */ java.lang.String getOrderId(); /** *
   *Идентификатор торгового поручения.
   * 
* * string order_id = 1; * @return The bytes for orderId. */ com.google.protobuf.ByteString getOrderIdBytes(); /** *
   *Дата и время создания сообщения в часовом поясе UTC.
   * 
* * .google.protobuf.Timestamp created_at = 2; * @return Whether the createdAt field is set. */ boolean hasCreatedAt(); /** *
   *Дата и время создания сообщения в часовом поясе UTC.
   * 
* * .google.protobuf.Timestamp created_at = 2; * @return The createdAt. */ com.google.protobuf.Timestamp getCreatedAt(); /** *
   *Дата и время создания сообщения в часовом поясе UTC.
   * 
* * .google.protobuf.Timestamp created_at = 2; */ com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder(); /** *
   *Направление сделки.
   * 
* * .tinkoff.public.invest.api.contract.v1.OrderDirection direction = 3; * @return The enum numeric value on the wire for direction. */ int getDirectionValue(); /** *
   *Направление сделки.
   * 
* * .tinkoff.public.invest.api.contract.v1.OrderDirection direction = 3; * @return The direction. */ ru.tinkoff.piapi.contract.v1.OrderDirection getDirection(); /** *
   *Figi-идентификатор инструмента.
   * 
* * string figi = 4; * @return The figi. */ java.lang.String getFigi(); /** *
   *Figi-идентификатор инструмента.
   * 
* * string figi = 4; * @return The bytes for figi. */ com.google.protobuf.ByteString getFigiBytes(); /** *
   *Массив сделок.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.OrderTrade trades = 5; */ java.util.List getTradesList(); /** *
   *Массив сделок.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.OrderTrade trades = 5; */ ru.tinkoff.piapi.contract.v1.OrderTrade getTrades(int index); /** *
   *Массив сделок.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.OrderTrade trades = 5; */ int getTradesCount(); /** *
   *Массив сделок.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.OrderTrade trades = 5; */ java.util.List getTradesOrBuilderList(); /** *
   *Массив сделок.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.OrderTrade trades = 5; */ ru.tinkoff.piapi.contract.v1.OrderTradeOrBuilder getTradesOrBuilder( int index); /** *
   *Идентификатор счёта.
   * 
* * string account_id = 6; * @return The accountId. */ java.lang.String getAccountId(); /** *
   *Идентификатор счёта.
   * 
* * string account_id = 6; * @return The bytes for accountId. */ com.google.protobuf.ByteString getAccountIdBytes(); /** *
   *UID идентификатор инструмента.
   * 
* * string instrument_uid = 7; * @return The instrumentUid. */ java.lang.String getInstrumentUid(); /** *
   *UID идентификатор инструмента.
   * 
* * string instrument_uid = 7; * @return The bytes for instrumentUid. */ com.google.protobuf.ByteString getInstrumentUidBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy