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