Class OrderBookDownloadEventArgs
Represents the event arguments sent in a TradeSubscription.OrderBookDownload callback
Inheritance
Object
EventArgs
OrderBookDownloadEventArgs
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 OrderBookDownloadEventArgs : EventArgs
Remarks
This object is returned by the TradeSubscription.OrderBookDownload event.
Properties
Orders
Declaration
public IReadOnlyCollection<Order> Orders { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<Order> |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
System.Object.ToString()