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

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

  /**
   * 
   *Изменение статуса подписки.
   * 
* * .tinkoff.public.invest.api.contract.v1.SubscriptionAction subscription_action = 1; * @return The enum numeric value on the wire for subscriptionAction. */ int getSubscriptionActionValue(); /** *
   *Изменение статуса подписки.
   * 
* * .tinkoff.public.invest.api.contract.v1.SubscriptionAction subscription_action = 1; * @return The subscriptionAction. */ ru.tinkoff.piapi.contract.v1.SubscriptionAction getSubscriptionAction(); /** *
   *Массив инструментов для подписки на свечи.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.CandleInstrument instruments = 2; */ java.util.List getInstrumentsList(); /** *
   *Массив инструментов для подписки на свечи.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.CandleInstrument instruments = 2; */ ru.tinkoff.piapi.contract.v1.CandleInstrument getInstruments(int index); /** *
   *Массив инструментов для подписки на свечи.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.CandleInstrument instruments = 2; */ int getInstrumentsCount(); /** *
   *Массив инструментов для подписки на свечи.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.CandleInstrument instruments = 2; */ java.util.List getInstrumentsOrBuilderList(); /** *
   *Массив инструментов для подписки на свечи.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.CandleInstrument instruments = 2; */ ru.tinkoff.piapi.contract.v1.CandleInstrumentOrBuilder getInstrumentsOrBuilder( int index); /** *
   *Флаг ожидания закрытия временного интервала для отправки свечи, применяется только для минутных свечей.
   * 
* * bool waiting_close = 3; * @return The waitingClose. */ boolean getWaitingClose(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy