Package ru.tinkoff.piapi.contract.v1
Interface AssetClearingCertificateOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AssetClearingCertificate,AssetClearingCertificate.Builder
public interface AssetClearingCertificateOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionНоминал.Валюта номинала.com.google.protobuf.ByteStringВалюта номинала.Номинал.booleanНоминал.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasNominal
boolean hasNominal()Номинал.
.tinkoff.public.invest.api.contract.v1.Quotation nominal = 1;- Returns:
- Whether the nominal field is set.
-
getNominal
Quotation getNominal()Номинал.
.tinkoff.public.invest.api.contract.v1.Quotation nominal = 1;- Returns:
- The nominal.
-
getNominalOrBuilder
QuotationOrBuilder getNominalOrBuilder()Номинал.
.tinkoff.public.invest.api.contract.v1.Quotation nominal = 1; -
getNominalCurrency
String getNominalCurrency()Валюта номинала.
string nominal_currency = 2;- Returns:
- The nominalCurrency.
-
getNominalCurrencyBytes
com.google.protobuf.ByteString getNominalCurrencyBytes()Валюта номинала.
string nominal_currency = 2;- Returns:
- The bytes for nominalCurrency.
-