Package ru.tinkoff.piapi.contract.v1
Interface CurrencyResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CurrencyResponse,CurrencyResponse.Builder
public interface CurrencyResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionИнформация о валюте.Информация о валюте.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
-
hasInstrument
boolean hasInstrument()Информация о валюте.
.tinkoff.public.invest.api.contract.v1.Currency instrument = 1;- Returns:
- Whether the instrument field is set.
-
getInstrument
Currency getInstrument()Информация о валюте.
.tinkoff.public.invest.api.contract.v1.Currency instrument = 1;- Returns:
- The instrument.
-
getInstrumentOrBuilder
CurrencyOrBuilder getInstrumentOrBuilder()Информация о валюте.
.tinkoff.public.invest.api.contract.v1.Currency instrument = 1;
-