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

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

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

package ru.tinkoff.piapi.contract.v1;

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

  /**
   * 
   *Статус запрашиваемых инструментов. Возможные значения: [InstrumentStatus](#instrumentstatus)
   * 
* * .tinkoff.public.invest.api.contract.v1.InstrumentStatus instrument_status = 1; * @return The enum numeric value on the wire for instrumentStatus. */ int getInstrumentStatusValue(); /** *
   *Статус запрашиваемых инструментов. Возможные значения: [InstrumentStatus](#instrumentstatus)
   * 
* * .tinkoff.public.invest.api.contract.v1.InstrumentStatus instrument_status = 1; * @return The instrumentStatus. */ ru.tinkoff.piapi.contract.v1.InstrumentStatus getInstrumentStatus(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy