EmulatorOrder

StockSharp.MatchingEngine

Order stored in the emulator order book.

Properties

Balance : decimal

Remaining order volume.

ExpiryDate : DateTime?

Expiry date.

IsUserOrder : bool

Indicates if this is a user order (has portfolio) or market quote.

LocalTime : DateTime

Local time when order was registered.

MarginPrice : decimal

Margin price used for blocking funds (may differ from order price).

OrderId : long?

Order ID assigned by exchange/emulator.

OrderType : OrderTypes?

Order type.

PortfolioName : string

Portfolio name. Null for market quotes.

PostOnly : bool

Post-only flag.

Price : decimal

Order price.

ServerTime : DateTime

Server time when order was registered.

Side : Sides

Order side.

TimeInForce : TimeInForce?

Time in force.

TransactionId : long

Transaction ID of the order.

Volume : decimal

Original order volume.