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

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

  /**
   * 
   *Deprecated Figi-идентификатор инструмента. Необходимо использовать instrument_id.
   * 
* * repeated string figi = 1 [deprecated = true]; * @deprecated tinkoff.public.invest.api.contract.v1.GetLastPricesRequest.figi is deprecated. * See marketdata.proto;l=358 * @return A list containing the figi. */ @java.lang.Deprecated java.util.List getFigiList(); /** *
   *Deprecated Figi-идентификатор инструмента. Необходимо использовать instrument_id.
   * 
* * repeated string figi = 1 [deprecated = true]; * @deprecated tinkoff.public.invest.api.contract.v1.GetLastPricesRequest.figi is deprecated. * See marketdata.proto;l=358 * @return The count of figi. */ @java.lang.Deprecated int getFigiCount(); /** *
   *Deprecated Figi-идентификатор инструмента. Необходимо использовать instrument_id.
   * 
* * repeated string figi = 1 [deprecated = true]; * @deprecated tinkoff.public.invest.api.contract.v1.GetLastPricesRequest.figi is deprecated. * See marketdata.proto;l=358 * @param index The index of the element to return. * @return The figi at the given index. */ @java.lang.Deprecated java.lang.String getFigi(int index); /** *
   *Deprecated Figi-идентификатор инструмента. Необходимо использовать instrument_id.
   * 
* * repeated string figi = 1 [deprecated = true]; * @deprecated tinkoff.public.invest.api.contract.v1.GetLastPricesRequest.figi is deprecated. * See marketdata.proto;l=358 * @param index The index of the value to return. * @return The bytes of the figi at the given index. */ @java.lang.Deprecated com.google.protobuf.ByteString getFigiBytes(int index); /** *
   *Массив идентификаторов инструмента, принимает значения figi или instrument_uid.
   * 
* * repeated string instrument_id = 2; * @return A list containing the instrumentId. */ java.util.List getInstrumentIdList(); /** *
   *Массив идентификаторов инструмента, принимает значения figi или instrument_uid.
   * 
* * repeated string instrument_id = 2; * @return The count of instrumentId. */ int getInstrumentIdCount(); /** *
   *Массив идентификаторов инструмента, принимает значения figi или instrument_uid.
   * 
* * repeated string instrument_id = 2; * @param index The index of the element to return. * @return The instrumentId at the given index. */ java.lang.String getInstrumentId(int index); /** *
   *Массив идентификаторов инструмента, принимает значения figi или instrument_uid.
   * 
* * repeated string instrument_id = 2; * @param index The index of the value to return. * @return The bytes of the instrumentId at the given index. */ com.google.protobuf.ByteString getInstrumentIdBytes(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy