OrderFail

StockSharp.BusinessEntities

Description of the error that occurred during the registration or cancellation of the order.

Implements: IErrorMessage, ILocalTimeMessage, IServerTimeMessage, ISeqNumMessage, ITransactionIdMessage

Constructors

OrderFail()

Initializes a new instance of the OrderFail.

Properties

Error : Exception

System information about error containing the reason for the refusal or cancel of registration.

LocalTime : DateTime

Local time, when the error has been received.

Order : Order

The order which was not registered or was canceled due to an error.

SeqNum : long

Sequence number.

ServerTime : DateTime

Server time.

TransactionId : long

Request identifier.

Methods

ToString() : string

Преобразовать к строковому представлению.

Returns: Строковое представление.