Class AlertsFiredEventArgs
Inheritance
AlertsFiredEventArgs
Assembly: tt-net-api.dll
Syntax
public class AlertsFiredEventArgs : EventArgs
Properties
AccountId
Declaration
public ulong AccountId { get; }
Property Value
Alerts
Declaration
public IDictionary<string, string> Alerts { get; }
Property Value
Algo
Declaration
public Algo Algo { get; }
Property Value
OrderId
Declaration
public string OrderId { get; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides