Class MarketCatalogUpdatedEventArgs
Represents the information returned in a MarketCatalog.MarketsUpdated event
Inheritance
Object
EventArgs
MarketCatalogUpdatedEventArgs
Inherited Members
EventArgs.Empty
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class MarketCatalogUpdatedEventArgs : EventArgs
Remarks
The MarketCatalog.MarketsUpdated event occurs when the TT .NET SDK adds Markets to the MarketCatalog.
Constructors
MarketCatalogUpdatedEventArgs(List<Market>)
Declaration
public MarketCatalogUpdatedEventArgs(List<Market> added)
Parameters
Type | Name | Description |
---|---|---|
List<Market> | added |
MarketCatalogUpdatedEventArgs(List<Market>, Exception)
Declaration
public MarketCatalogUpdatedEventArgs(List<Market> added, Exception error)
Parameters
Type | Name | Description |
---|---|---|
List<Market> | added | |
Exception | error |
Properties
Added
Declaration
public List<Market> Added { get; }
Property Value
Type | Description |
---|---|
List<Market> |
Error
Declaration
public Exception Error { get; }
Property Value
Type | Description |
---|---|
Exception |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
System.Object.ToString()