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

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

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

package ru.tinkoff.piapi.contract.v1;

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

  /**
   * 
   *Deprecated Figi-идентификатор инструмента. Необходимо использовать instrument_id.
   * 
* * string figi = 1 [deprecated = true]; * @deprecated tinkoff.public.invest.api.contract.v1.PostStopOrderRequest.figi is deprecated. * See stoporders.proto;l=29 * @return The figi. */ @java.lang.Deprecated java.lang.String getFigi(); /** *
   *Deprecated Figi-идентификатор инструмента. Необходимо использовать instrument_id.
   * 
* * string figi = 1 [deprecated = true]; * @deprecated tinkoff.public.invest.api.contract.v1.PostStopOrderRequest.figi is deprecated. * See stoporders.proto;l=29 * @return The bytes for figi. */ @java.lang.Deprecated com.google.protobuf.ByteString getFigiBytes(); /** *
   *Количество лотов.
   * 
* * int64 quantity = 2; * @return The quantity. */ long getQuantity(); /** *
   *Цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента.
   * 
* * .tinkoff.public.invest.api.contract.v1.Quotation price = 3; * @return Whether the price field is set. */ boolean hasPrice(); /** *
   *Цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента.
   * 
* * .tinkoff.public.invest.api.contract.v1.Quotation price = 3; * @return The price. */ ru.tinkoff.piapi.contract.v1.Quotation getPrice(); /** *
   *Цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента.
   * 
* * .tinkoff.public.invest.api.contract.v1.Quotation price = 3; */ ru.tinkoff.piapi.contract.v1.QuotationOrBuilder getPriceOrBuilder(); /** *
   *Стоп-цена заявки за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента.
   * 
* * .tinkoff.public.invest.api.contract.v1.Quotation stop_price = 4; * @return Whether the stopPrice field is set. */ boolean hasStopPrice(); /** *
   *Стоп-цена заявки за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента.
   * 
* * .tinkoff.public.invest.api.contract.v1.Quotation stop_price = 4; * @return The stopPrice. */ ru.tinkoff.piapi.contract.v1.Quotation getStopPrice(); /** *
   *Стоп-цена заявки за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента.
   * 
* * .tinkoff.public.invest.api.contract.v1.Quotation stop_price = 4; */ ru.tinkoff.piapi.contract.v1.QuotationOrBuilder getStopPriceOrBuilder(); /** *
   *Направление операции.
   * 
* * .tinkoff.public.invest.api.contract.v1.StopOrderDirection direction = 5; * @return The enum numeric value on the wire for direction. */ int getDirectionValue(); /** *
   *Направление операции.
   * 
* * .tinkoff.public.invest.api.contract.v1.StopOrderDirection direction = 5; * @return The direction. */ ru.tinkoff.piapi.contract.v1.StopOrderDirection getDirection(); /** *
   *Номер счёта.
   * 
* * 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(); /** *
   *Тип экспирации заявки.
   * 
* * .tinkoff.public.invest.api.contract.v1.StopOrderExpirationType expiration_type = 7; * @return The enum numeric value on the wire for expirationType. */ int getExpirationTypeValue(); /** *
   *Тип экспирации заявки.
   * 
* * .tinkoff.public.invest.api.contract.v1.StopOrderExpirationType expiration_type = 7; * @return The expirationType. */ ru.tinkoff.piapi.contract.v1.StopOrderExpirationType getExpirationType(); /** *
   *Тип заявки.
   * 
* * .tinkoff.public.invest.api.contract.v1.StopOrderType stop_order_type = 8; * @return The enum numeric value on the wire for stopOrderType. */ int getStopOrderTypeValue(); /** *
   *Тип заявки.
   * 
* * .tinkoff.public.invest.api.contract.v1.StopOrderType stop_order_type = 8; * @return The stopOrderType. */ ru.tinkoff.piapi.contract.v1.StopOrderType getStopOrderType(); /** *
   *Дата и время окончания действия стоп-заявки в часовом поясе UTC. **Для ExpirationType = GoodTillDate заполнение обязательно**.
   * 
* * .google.protobuf.Timestamp expire_date = 9; * @return Whether the expireDate field is set. */ boolean hasExpireDate(); /** *
   *Дата и время окончания действия стоп-заявки в часовом поясе UTC. **Для ExpirationType = GoodTillDate заполнение обязательно**.
   * 
* * .google.protobuf.Timestamp expire_date = 9; * @return The expireDate. */ com.google.protobuf.Timestamp getExpireDate(); /** *
   *Дата и время окончания действия стоп-заявки в часовом поясе UTC. **Для ExpirationType = GoodTillDate заполнение обязательно**.
   * 
* * .google.protobuf.Timestamp expire_date = 9; */ com.google.protobuf.TimestampOrBuilder getExpireDateOrBuilder(); /** *
   *Идентификатор инструмента, принимает значения Figi или instrument_uid.
   * 
* * string instrument_id = 10; * @return The instrumentId. */ java.lang.String getInstrumentId(); /** *
   *Идентификатор инструмента, принимает значения Figi или instrument_uid.
   * 
* * string instrument_id = 10; * @return The bytes for instrumentId. */ com.google.protobuf.ByteString getInstrumentIdBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy