Class NewsEventArgs
Inheritance
NewsEventArgs
Assembly: tt-net-api.dll
Syntax
public class NewsEventArgs : EventArgs
Properties
MarketId
Declaration
public MarketId MarketId { get; }
Property Value
News
Declaration
public News News { get; }
Property Value
Status
The status of the subscription for new from the price server
Declaration
public SubscriptionStatus Status { get; }
Property Value
Time
Time the NewsEventArgs was created.
Declaration
public DateTime Time { get; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides