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

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

  /**
   * 
   *Номер счета
   * 
* * string account_id = 1; * @return The accountId. */ java.lang.String getAccountId(); /** *
   *Номер счета
   * 
* * string account_id = 1; * @return The bytes for accountId. */ com.google.protobuf.ByteString getAccountIdBytes(); /** *
   *Идентификатор инструмента, принимает значения Figi или instrument_uid
   * 
* * string instrument_id = 2; * @return The instrumentId. */ java.lang.String getInstrumentId(); /** *
   *Идентификатор инструмента, принимает значения Figi или instrument_uid
   * 
* * string instrument_id = 2; * @return The bytes for instrumentId. */ com.google.protobuf.ByteString getInstrumentIdBytes(); /** *
   *Цена инструмента
   * 
* * .tinkoff.public.invest.api.contract.v1.Quotation price = 3; * @return Whether the price field is set. */ boolean hasPrice(); /** *
   *Цена инструмента
   * 
* * .tinkoff.public.invest.api.contract.v1.Quotation price = 3; * @return The price. */ ru.tinkoff.piapi.contract.v1.Quotation getPrice(); /** *
   *Цена инструмента
   * 
* * .tinkoff.public.invest.api.contract.v1.Quotation price = 3; */ ru.tinkoff.piapi.contract.v1.QuotationOrBuilder getPriceOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy