ru.tinkoff.piapi.contract.v1.MoneyValueOrBuilder Maven / Gradle / Ivy
// 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();
}