ExchangeBoardsPanelSetBoardCode Method |
To set the board for editing.
Namespace:
StockSharp.Xaml
Assembly:
StockSharp.Xaml (in StockSharp.Xaml.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic void SetBoardCode(
string boardCode
)
Parameters
- boardCode
- Type: SystemString
The editing board code. The board for editing is loaded by the code from EntityRegistry.
See Also