Package ru.tinkoff.piapi.contract.v1
Interface InstrumentResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstrumentResponse,InstrumentResponse.Builder
public interface InstrumentResponseOrBuilder
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.Instrument instrument = 1;- Returns:
- Whether the instrument field is set.
-
getInstrument
Instrument getInstrument()Основная информация об инструменте.
.tinkoff.public.invest.api.contract.v1.Instrument instrument = 1;- Returns:
- The instrument.
-
getInstrumentOrBuilder
InstrumentOrBuilder getInstrumentOrBuilder()Основная информация об инструменте.
.tinkoff.public.invest.api.contract.v1.Instrument instrument = 1;
-