InMemoryExchangeInfoProvider Class |
Namespace: StockSharp.Algo.Storages
public class InMemoryExchangeInfoProvider : IExchangeInfoProvider
The InMemoryExchangeInfoProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | InMemoryExchangeInfoProvider |
Initializes a new instance of the InMemoryExchangeInfoProvider.
|
Name | Description | |
---|---|---|
![]() | Delete(Exchange) |
Delete exchange.
|
![]() | Delete(ExchangeBoard) |
Delete exchange board.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetExchange |
To get an exchange by the code.
|
![]() | GetExchangeBoard |
To get a board by the code.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Init |
Initialize the storage.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Save(Exchange) |
To save the exchange.
|
![]() | Save(ExchangeBoard) |
To save the board.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | BoardAdded |
Notification about adding a new board.
|
![]() | BoardRemoved |
Notification about removing the existing board.
|
![]() | ExchangeAdded |
Notification about adding a new exchange.
|
![]() | ExchangeRemoved |
Notification about removing the existing exchange.
|
Name | Description | |
---|---|---|
![]() | GetOrCreateBoard(String, FuncString, ExchangeBoard) | Overloaded.
To get a board by its code. If board with the passed name does not exist, then it will be created.
(Defined by TraderHelper.) |
![]() | GetOrCreateBoard(String, Boolean, FuncString, ExchangeBoard) | Overloaded.
To get a board by its code. If board with the passed name does not exist, then it will be created.
(Defined by TraderHelper.) |
![]() | LookupBoards |
Filter boards by code criteria.
(Defined by TraderHelper.) |