Package ru.tinkoff.piapi.contract.v1
Interface GetTradingStatusRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetTradingStatusRequest,GetTradingStatusRequest.Builder
public interface GetTradingStatusRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFigi()Идентификатор инструмента.com.google.protobuf.ByteStringИдентификатор инструмента.Идентификатор инструмента, принимает значение figi или instrument_uidcom.google.protobuf.ByteStringИдентификатор инструмента, принимает значение figi или instrument_uidMethods 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
-
getFigi
String getFigi()Идентификатор инструмента.
string figi = 1;- Returns:
- The figi.
-
getFigiBytes
com.google.protobuf.ByteString getFigiBytes()Идентификатор инструмента.
string figi = 1;- Returns:
- The bytes for figi.
-
getInstrumentId
String getInstrumentId()Идентификатор инструмента, принимает значение figi или instrument_uid
string instrument_id = 2;- Returns:
- The instrumentId.
-
getInstrumentIdBytes
com.google.protobuf.ByteString getInstrumentIdBytes()Идентификатор инструмента, принимает значение figi или instrument_uid
string instrument_id = 2;- Returns:
- The bytes for instrumentId.
-