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

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

  /**
   * 
   *uid-идентификатор актива.
   * 
* * string id = 1; * @return The id. */ java.lang.String getId(); /** *
   *uid-идентификатор актива.
   * 
* * string id = 1; * @return The bytes for id. */ com.google.protobuf.ByteString getIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy