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

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

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

package ru.tinkoff.piapi.contract.v1;

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

  /**
   * 
   * Deprecated Figi-идентификатор инструмента. Необходимо использовать instrument_id.
   * 
* * string figi = 1 [deprecated = true]; * @deprecated tinkoff.public.invest.api.contract.v1.CandleInstrument.figi is deprecated. * See marketdata.proto;l=117 * @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.CandleInstrument.figi is deprecated. * See marketdata.proto;l=117 * @return The bytes for figi. */ @java.lang.Deprecated com.google.protobuf.ByteString getFigiBytes(); /** *
   *Интервал свечей.
   * 
* * .tinkoff.public.invest.api.contract.v1.SubscriptionInterval interval = 2; * @return The enum numeric value on the wire for interval. */ int getIntervalValue(); /** *
   *Интервал свечей.
   * 
* * .tinkoff.public.invest.api.contract.v1.SubscriptionInterval interval = 2; * @return The interval. */ ru.tinkoff.piapi.contract.v1.SubscriptionInterval getInterval(); /** *
   *Идентификатор инструмента, принимает значение figi или instrument_uid
   * 
* * string instrument_id = 3; * @return The instrumentId. */ java.lang.String getInstrumentId(); /** *
   *Идентификатор инструмента, принимает значение figi или instrument_uid
   * 
* * string instrument_id = 3; * @return The bytes for instrumentId. */ com.google.protobuf.ByteString getInstrumentIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy