Show / Hide Table of Contents

Class NewsSubscription

Inheritance
object
UserEventHandler
Subscription
NewsSubscription
Implements
IDisposable
Inherited Members
Subscription.Tag
Subscription.Dispatcher
Subscription.Dispose()
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 NewsSubscription : Subscription, IDisposable

Constructors

NewsSubscription(Dispatcher)

Declaration
public NewsSubscription(Dispatcher dispatcher)
Parameters
Type Name Description
Dispatcher dispatcher

NewsSubscription(Dispatcher, MarketId)

Declaration
public NewsSubscription(Dispatcher dispatcher, MarketId marketId)
Parameters
Type Name Description
Dispatcher dispatcher
MarketId marketId

Properties

MarketId

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

Methods

GetLogString()

Declaration
public string GetLogString()
Returns
Type Description
string

Start()

Declaration
public override void Start()
Overrides
Subscription.Start()

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Events

NewsAdded

Declaration
public event EventHandler<NewsEventArgs> NewsAdded
Event Type
Type Description
EventHandler<NewsEventArgs>

Implements

IDisposable
In this article
Back to top