Package ru.tinkoff.piapi.contract.v1
Interface EtfResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EtfResponse,EtfResponse.Builder
public interface EtfResponseOrBuilder
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.Etf instrument = 1;- Returns:
- Whether the instrument field is set.
-
getInstrument
Etf getInstrument()Информация о фонде.
.tinkoff.public.invest.api.contract.v1.Etf instrument = 1;- Returns:
- The instrument.
-
getInstrumentOrBuilder
EtfOrBuilder getInstrumentOrBuilder()Информация о фонде.
.tinkoff.public.invest.api.contract.v1.Etf instrument = 1;
-