Package ru.tinkoff.piapi.contract.v1
Interface InstrumentsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstrumentsRequest,InstrumentsRequest.Builder
public interface InstrumentsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionСтатус запрашиваемых инструментов.intСтатус запрашиваемых инструментов.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
-
getInstrumentStatusValue
int getInstrumentStatusValue()Статус запрашиваемых инструментов. Возможные значения: [InstrumentStatus](#instrumentstatus)
.tinkoff.public.invest.api.contract.v1.InstrumentStatus instrument_status = 1;- Returns:
- The enum numeric value on the wire for instrumentStatus.
-
getInstrumentStatus
InstrumentStatus getInstrumentStatus()Статус запрашиваемых инструментов. Возможные значения: [InstrumentStatus](#instrumentstatus)
.tinkoff.public.invest.api.contract.v1.InstrumentStatus instrument_status = 1;- Returns:
- The instrumentStatus.
-