Class OrderDeletedEventArgs
Represents the event arguments sent in a TradeSubscription.OrderDeleted callback
Inheritance
Object
EventArgs
OrderDeletedEventArgs
Inherited Members
EventArgs.Empty
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class OrderDeletedEventArgs : EventArgs
Remarks
OrderDeletedEventArgs provides information about a deleted order, including the order in the delete request, order representing the confirmation, and indication about whether the deleted was part of change order request. To receive this information, you must register for the TradeSubscription.OrderDeleted event.
Properties
DeletedUpdate
Declaration
public Order DeletedUpdate { get; }
Property Value
Type | Description |
---|---|
Order |
Message
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
String |
OldOrder
Declaration
public Order OldOrder { get; }
Property Value
Type | Description |
---|---|
Order |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
System.Object.ToString()