Interface IExchangeInfoProvider
- Namespace
- Stock
Sharp .Algo.Storages
- Assembly
- StockSharp.Algo.dll
Interface describing exchanges and trading boards provider.
- Inherited Members
- Extension Methods
Properties
Boards
All exchanges.
Property Value
Exchanges
All boards.
Property Value
Methods
Delete(Exchange)
Delete exchange.
Parameters
exchange
ExchangeExchange.
Delete(ExchangeBoard)
Delete exchange board.
Parameters
board
ExchangeBoard Exchange board.
Init()
Initialize the storage.
Save(Exchange)
To save the exchange.
Parameters
exchange
ExchangeExchange.
Save(ExchangeBoard)
To save the board.
Parameters
board
ExchangeBoard Trading board.
TryGetExchange(string)
To get an exchange by the code.
Parameters
Returns
- Exchange
Exchange. If the exchange with the specified code does not exist, then null will be returned.
TryGetExchangeBoard(string)
To get a board by the code.
Parameters
Returns
- Exchange
Board Trading board. If the board with the specified code does not exist, then null will be returned.
Events
BoardAdded
Notification about adding a new board.
Event Type
BoardRemoved
Notification about removing the existing board.
Event Type
ExchangeAdded
Notification about adding a new exchange.
Event Type
ExchangeRemoved
Notification about removing the existing exchange.