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

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

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

package ru.tinkoff.piapi.contract.v1;

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

  /**
   * 
   * строковый ISO-код валюты
   * 
* * string currency = 1; * @return The currency. */ java.lang.String getCurrency(); /** *
   * строковый ISO-код валюты
   * 
* * string currency = 1; * @return The bytes for currency. */ com.google.protobuf.ByteString getCurrencyBytes(); /** *
   * целая часть суммы, может быть отрицательным числом
   * 
* * int64 units = 2; * @return The units. */ long getUnits(); /** *
   * дробная часть суммы, может быть отрицательным числом
   * 
* * int32 nano = 3; * @return The nano. */ int getNano(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy