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

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

  /**
   * 
   *Тип связи.
   * 
* * string type = 1; * @return The type. */ java.lang.String getType(); /** *
   *Тип связи.
   * 
* * string type = 1; * @return The bytes for type. */ com.google.protobuf.ByteString getTypeBytes(); /** *
   *uid идентификатор связанного инструмента.
   * 
* * string instrument_uid = 2; * @return The instrumentUid. */ java.lang.String getInstrumentUid(); /** *
   *uid идентификатор связанного инструмента.
   * 
* * string instrument_uid = 2; * @return The bytes for instrumentUid. */ com.google.protobuf.ByteString getInstrumentUidBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy