Class MarketCatalog
Implements
Inherited Members
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> |