OrderFail

StockSharp.BusinessEntities

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

Реализует: IErrorMessage, ILocalTimeMessage, IServerTimeMessage, ISeqNumMessage, ITransactionIdMessage

Конструкторы

OrderFail()

Initializes a new instance of the OrderFail.

Свойства

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.

Методы

ToString() : string

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

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