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

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

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

package ru.tinkoff.piapi.contract.v1;

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

  /**
   * 
   *Deprecated Figi-идентификатор инструмента. Необходимо использовать instrument_id.
   * 
* * string figi = 1 [deprecated = true]; * @deprecated tinkoff.public.invest.api.contract.v1.GetLastTradesRequest.figi is deprecated. * See marketdata.proto;l=426 * @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.GetLastTradesRequest.figi is deprecated. * See marketdata.proto;l=426 * @return The bytes for figi. */ @java.lang.Deprecated com.google.protobuf.ByteString getFigiBytes(); /** *
   *Начало запрашиваемого периода в часовом поясе UTC.
   * 
* * .google.protobuf.Timestamp from = 2; * @return Whether the from field is set. */ boolean hasFrom(); /** *
   *Начало запрашиваемого периода в часовом поясе UTC.
   * 
* * .google.protobuf.Timestamp from = 2; * @return The from. */ com.google.protobuf.Timestamp getFrom(); /** *
   *Начало запрашиваемого периода в часовом поясе UTC.
   * 
* * .google.protobuf.Timestamp from = 2; */ com.google.protobuf.TimestampOrBuilder getFromOrBuilder(); /** *
   *Окончание запрашиваемого периода в часовом поясе UTC.
   * 
* * .google.protobuf.Timestamp to = 3; * @return Whether the to field is set. */ boolean hasTo(); /** *
   *Окончание запрашиваемого периода в часовом поясе UTC.
   * 
* * .google.protobuf.Timestamp to = 3; * @return The to. */ com.google.protobuf.Timestamp getTo(); /** *
   *Окончание запрашиваемого периода в часовом поясе UTC.
   * 
* * .google.protobuf.Timestamp to = 3; */ com.google.protobuf.TimestampOrBuilder getToOrBuilder(); /** *
   *Идентификатор инструмента, принимает значение figi или instrument_uid.
   * 
* * string instrument_id = 4; * @return The instrumentId. */ java.lang.String getInstrumentId(); /** *
   *Идентификатор инструмента, принимает значение figi или instrument_uid.
   * 
* * string instrument_id = 4; * @return The bytes for instrumentId. */ com.google.protobuf.ByteString getInstrumentIdBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy