Show / Hide Table of Contents

Class NewsEventArgs

Inheritance
object
EventArgs
NewsEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class NewsEventArgs : EventArgs

Properties

MarketId

The market for the event

Declaration
public MarketId MarketId { get; }
Property Value
Type Description
MarketId

News

The news event

Declaration
public News News { get; }
Property Value
Type Description
News

Status

The status of the subscription for new from the price server

Declaration
public SubscriptionStatus Status { get; }
Property Value
Type Description
SubscriptionStatus

Time

Time the NewsEventArgs was created.

Declaration
public DateTime Time { get; }
Property Value
Type Description
DateTime

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()
In this article
Back to top