Class OrderRejectedEventArgs
Represents the event arguments sent in a TradeSubscription.OrderRejected callback
Inheritance
Object
EventArgs
OrderRejectedEventArgs
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 OrderRejectedEventArgs : EventArgs
Properties
Message
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
String |
Order
Declaration
public Order Order { get; }
Property Value
Type | Description |
---|---|
Order |
OrderRejectReason
Declaration
public OrderRejectReason OrderRejectReason { get; }
Property Value
Type | Description |
---|---|
OrderRejectReason |
RejectSource
Declaration
public RejectSource RejectSource { get; }
Property Value
Type | Description |
---|---|
RejectSource |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
System.Object.ToString()