Class Exchange
Contains all information which belong to the given exchange
Namespace: TradingPlatform.BusinessLayer
Syntax
public class Exchange : BusinessObject, IConnectionBindedObject, IUniqueID, IComparable, IXElementSerialization
Properties
ExchangeName
Gets Exchange name
Declaration
public string ExchangeName { get; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets Exchange Id
Declaration
public int Id { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
SortIndex
Used for the Exchanges comparing
Declaration
public int SortIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |