Class Exchange
Contains all information which belong to the given exchange
Namespace: TradingPlatform.BusinessLayer
Syntax
public sealed class Exchange : BusinessObject, IConnectionBindedObject, IUniqueID, IComparable, IMessageBuilder<MessageExchange>
Properties
ExchangeName
Gets Exchange name
Declaration
public string ExchangeName { get; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets Exchange Id
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
SortIndex
Used for the Exchanges comparing
Declaration
public int SortIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
UniqueKey
Declaration
public ExchangeKey UniqueKey { get; }
Property Value
Type | Description |
---|---|
TradingPlatform.BusinessLayer.ExchangeKey |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Implements
IComparable