Class EstimatedPositionInQueueEventArgs
Inheritance
Object
EventArgs
EstimatedPositionInQueueEventArgs
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 EstimatedPositionInQueueEventArgs : EventArgs
Properties
OrderId
Declaration
public string OrderId { get; }
Property Value
Type | Description |
---|---|
String |
PositionInQueue
Declaration
public decimal PositionInQueue { get; }
Property Value
Type | Description |
---|---|
Decimal |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
System.Object.ToString()