Class Exchange
Contains all information which belong to the given exchange
Namespace: TradingPlatform.BusinessLayer
Syntax
public sealed class Exchange : BusinessObject
Properties
ExchangeName
Gets Exchange name
Declaration
public string ExchangeName { get; }
Property Value
Type | Description |
---|---|
string |
Id
Gets Exchange Id
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
string |
SortIndex
Used for the Exchanges comparing
Declaration
public int SortIndex { get; }
Property Value
Type | Description |
---|---|
int |
UniqueKey
Contains all information which belong to the given exchange
Declaration
public ExchangeKey UniqueKey { get; }
Property Value
Type | Description |
---|---|
ExchangeKey |
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |