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

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

  /**
   * 
   *Строка поиска.
   * 
* * string query = 1; * @return The query. */ java.lang.String getQuery(); /** *
   *Строка поиска.
   * 
* * string query = 1; * @return The bytes for query. */ com.google.protobuf.ByteString getQueryBytes(); /** *
   *Фильтр по типу инструмента.
   * 
* * .tinkoff.public.invest.api.contract.v1.InstrumentType instrument_kind = 2; * @return The enum numeric value on the wire for instrumentKind. */ int getInstrumentKindValue(); /** *
   *Фильтр по типу инструмента.
   * 
* * .tinkoff.public.invest.api.contract.v1.InstrumentType instrument_kind = 2; * @return The instrumentKind. */ ru.tinkoff.piapi.contract.v1.InstrumentType getInstrumentKind(); /** *
   *Фильтр для отображения только торговых инструментов.
   * 
* * bool api_trade_available_flag = 3; * @return The apiTradeAvailableFlag. */ boolean getApiTradeAvailableFlag(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy