Show / Hide Table of Contents

Class MarketCatalog

Inheritance
object
UserEventHandler
MarketCatalog
Implements
IDisposable
Inherited Members
object.ToString()
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 MarketCatalog : UserEventHandler, IDisposable

Properties

Markets

Declaration
public IReadOnlyDictionary<MarketId, Market> Markets { get; }
Property Value
Type Description
IReadOnlyDictionary<MarketId, Market>

Methods

Dispose()

Declaration
public void Dispose()

Events

TradingEnabledChanged

Declaration
public event EventHandler<MarketStatusEventArgs> TradingEnabledChanged
Event Type
Type Description
EventHandler<MarketStatusEventArgs>

Implements

IDisposable
In this article
Back to top