IExchangeInfoProviderGetExchangeBoard Method |
To get a board by the code.
Namespace:
StockSharp.Algo.Storages
Assembly:
StockSharp.Algo (in StockSharp.Algo.dll) Version: 5.0.0.0 (5.0.0)
SyntaxExchangeBoard GetExchangeBoard(
string code
)
Parameters
- code
- Type: SystemString
The board code Code.
Return Value
Type:
ExchangeBoardTrading board. If the board with the specified code does not exist, then
will be returned.
See Also