ru.tinkoff.piapi.contract.v1.TradingStatusOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: marketdata.proto
package ru.tinkoff.piapi.contract.v1;
public interface TradingStatusOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.TradingStatus)
com.google.protobuf.MessageOrBuilder {
/**
*
*Figi-идентификатор инструмента.
*
*
* string figi = 1;
* @return The figi.
*/
java.lang.String getFigi();
/**
*
*Figi-идентификатор инструмента.
*
*
* string figi = 1;
* @return The bytes for figi.
*/
com.google.protobuf.ByteString
getFigiBytes();
/**
*
*Статус торговли инструментом.
*
*
* .tinkoff.public.invest.api.contract.v1.SecurityTradingStatus trading_status = 2;
* @return The enum numeric value on the wire for tradingStatus.
*/
int getTradingStatusValue();
/**
*
*Статус торговли инструментом.
*
*
* .tinkoff.public.invest.api.contract.v1.SecurityTradingStatus trading_status = 2;
* @return The tradingStatus.
*/
ru.tinkoff.piapi.contract.v1.SecurityTradingStatus getTradingStatus();
/**
*
*Время изменения торгового статуса в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp time = 3;
* @return Whether the time field is set.
*/
boolean hasTime();
/**
*
*Время изменения торгового статуса в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp time = 3;
* @return The time.
*/
com.google.protobuf.Timestamp getTime();
/**
*
*Время изменения торгового статуса в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp time = 3;
*/
com.google.protobuf.TimestampOrBuilder getTimeOrBuilder();
/**
*
*Признак доступности выставления лимитной заявки по инструменту.
*
*
* bool limit_order_available_flag = 4;
* @return The limitOrderAvailableFlag.
*/
boolean getLimitOrderAvailableFlag();
/**
*
*Признак доступности выставления рыночной заявки по инструменту.
*
*
* bool market_order_available_flag = 5;
* @return The marketOrderAvailableFlag.
*/
boolean getMarketOrderAvailableFlag();
/**
*
*Uid инструмента
*
*
* string instrument_uid = 6;
* @return The instrumentUid.
*/
java.lang.String getInstrumentUid();
/**
*
*Uid инструмента
*
*
* string instrument_uid = 6;
* @return The bytes for instrumentUid.
*/
com.google.protobuf.ByteString
getInstrumentUidBytes();
}