Package ru.tinkoff.piapi.contract.v1
Interface InstrumentClosePriceResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstrumentClosePriceResponse,InstrumentClosePriceResponse.Builder
public interface InstrumentClosePriceResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFigi()Figi инструмента.com.google.protobuf.ByteStringFigi инструмента.Uid инструмента.com.google.protobuf.ByteStringUid инструмента.getPrice()Цена закрытия торговой сессии.Цена закрытия торговой сессии.com.google.protobuf.TimestampgetTime()Дата совершения торгов.com.google.protobuf.TimestampOrBuilderДата совершения торгов.booleanhasPrice()Цена закрытия торговой сессии.booleanhasTime()Дата совершения торгов.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
-
getFigi
String getFigi()Figi инструмента.
string figi = 1;- Returns:
- The figi.
-
getFigiBytes
com.google.protobuf.ByteString getFigiBytes()Figi инструмента.
string figi = 1;- Returns:
- The bytes for figi.
-
getInstrumentUid
String getInstrumentUid()Uid инструмента.
string instrument_uid = 2;- Returns:
- The instrumentUid.
-
getInstrumentUidBytes
com.google.protobuf.ByteString getInstrumentUidBytes()Uid инструмента.
string instrument_uid = 2;- Returns:
- The bytes for instrumentUid.
-
hasPrice
boolean hasPrice()Цена закрытия торговой сессии.
.tinkoff.public.invest.api.contract.v1.Quotation price = 11;- Returns:
- Whether the price field is set.
-
getPrice
Quotation getPrice()Цена закрытия торговой сессии.
.tinkoff.public.invest.api.contract.v1.Quotation price = 11;- Returns:
- The price.
-
getPriceOrBuilder
QuotationOrBuilder getPriceOrBuilder()Цена закрытия торговой сессии.
.tinkoff.public.invest.api.contract.v1.Quotation price = 11; -
hasTime
boolean hasTime()Дата совершения торгов.
.google.protobuf.Timestamp time = 21;- Returns:
- Whether the time field is set.
-
getTime
com.google.protobuf.Timestamp getTime()Дата совершения торгов.
.google.protobuf.Timestamp time = 21;- Returns:
- The time.
-
getTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getTimeOrBuilder()Дата совершения торгов.
.google.protobuf.Timestamp time = 21;
-