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

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

  /**
   * 
   *ISO-код валюты.
   * 
* * string base_currency = 1; * @return The baseCurrency. */ java.lang.String getBaseCurrency(); /** *
   *ISO-код валюты.
   * 
* * string base_currency = 1; * @return The bytes for baseCurrency. */ com.google.protobuf.ByteString getBaseCurrencyBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy