Package ru.tinkoff.piapi.contract.v1
Interface OrderStageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OrderStage,OrderStage.Builder
public interface OrderStageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
hasPrice
boolean hasPrice()Цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента..
.tinkoff.public.invest.api.contract.v1.MoneyValue price = 1;- Returns:
- Whether the price field is set.
-
getPrice
MoneyValue getPrice()Цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента..
.tinkoff.public.invest.api.contract.v1.MoneyValue price = 1;- Returns:
- The price.
-
getPriceOrBuilder
MoneyValueOrBuilder getPriceOrBuilder()Цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента..
.tinkoff.public.invest.api.contract.v1.MoneyValue price = 1; -
getQuantity
long getQuantity()Количество лотов.
int64 quantity = 2;- Returns:
- The quantity.
-
getTradeId
String getTradeId()Идентификатор сделки.
string trade_id = 3;- Returns:
- The tradeId.
-
getTradeIdBytes
com.google.protobuf.ByteString getTradeIdBytes()Идентификатор сделки.
string trade_id = 3;- Returns:
- The bytes for tradeId.
-