Show / Hide Table of Contents

Class OrderRejectedEventArgs

Inheritance
object
EventArgs
OrderRejectedEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
object.ToString()
In this article
Back to top