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
public OrderFail()
orderFail = OrderFail()

Initializes a new instance of the OrderFail.

Properties

Error
public Exception Error { get; set; }
value = orderFail.Error
orderFail.Error = value

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

LocalTime
public DateTime LocalTime { get; set; }
value = orderFail.LocalTime
orderFail.LocalTime = value

Local time, when the error has been received.

Order
public Order Order { get; set; }
value = orderFail.Order
orderFail.Order = value

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

SeqNum
public long SeqNum { get; set; }
value = orderFail.SeqNum
orderFail.SeqNum = value

Sequence number.

ServerTime
public DateTime ServerTime { get; set; }
value = orderFail.ServerTime
orderFail.ServerTime = value

Server time.

TransactionId
public long TransactionId { get; set; }
value = orderFail.TransactionId
orderFail.TransactionId = value

Request identifier.

Methods

ToString
public override string ToString()
result = orderFail.ToString()

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

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