Class AlertsFiredEventArgs
Inheritance
Object
EventArgs
AlertsFiredEventArgs
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 AlertsFiredEventArgs : EventArgs
Properties
AccountId
Declaration
public ulong AccountId { get; }
Property Value
Type | Description |
---|---|
UInt64 |
Alerts
Declaration
public IDictionary<string, string> Alerts { get; }
Property Value
Type | Description |
---|---|
IDictionary<String, String> |
Algo
Declaration
public Algo Algo { get; }
Property Value
Type | Description |
---|---|
Algo |
OrderId
Declaration
public string OrderId { get; }
Property Value
Type | Description |
---|---|
String |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
System.Object.ToString()