ru.tinkoff.piapi.contract.v1.AccruedInterestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: instruments.proto
package ru.tinkoff.piapi.contract.v1;
public interface AccruedInterestOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.AccruedInterest)
com.google.protobuf.MessageOrBuilder {
/**
*
*Дата и время выплаты в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp date = 1;
* @return Whether the date field is set.
*/
boolean hasDate();
/**
*
*Дата и время выплаты в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp date = 1;
* @return The date.
*/
com.google.protobuf.Timestamp getDate();
/**
*
*Дата и время выплаты в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp date = 1;
*/
com.google.protobuf.TimestampOrBuilder getDateOrBuilder();
/**
*
*Величина выплаты.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation value = 2;
* @return Whether the value field is set.
*/
boolean hasValue();
/**
*
*Величина выплаты.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation value = 2;
* @return The value.
*/
ru.tinkoff.piapi.contract.v1.Quotation getValue();
/**
*
*Величина выплаты.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation value = 2;
*/
ru.tinkoff.piapi.contract.v1.QuotationOrBuilder getValueOrBuilder();
/**
*
*Величина выплаты в процентах от номинала.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation value_percent = 3;
* @return Whether the valuePercent field is set.
*/
boolean hasValuePercent();
/**
*
*Величина выплаты в процентах от номинала.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation value_percent = 3;
* @return The valuePercent.
*/
ru.tinkoff.piapi.contract.v1.Quotation getValuePercent();
/**
*
*Величина выплаты в процентах от номинала.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation value_percent = 3;
*/
ru.tinkoff.piapi.contract.v1.QuotationOrBuilder getValuePercentOrBuilder();
/**
*
*Номинал облигации.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation nominal = 4;
* @return Whether the nominal field is set.
*/
boolean hasNominal();
/**
*
*Номинал облигации.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation nominal = 4;
* @return The nominal.
*/
ru.tinkoff.piapi.contract.v1.Quotation getNominal();
/**
*
*Номинал облигации.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation nominal = 4;
*/
ru.tinkoff.piapi.contract.v1.QuotationOrBuilder getNominalOrBuilder();
}