SymbolLinking Class
Allows a TradingApp to initiate a symbol change in other symbol linked windows, as well as respond to symbol changes initiated by other symbol linked windows. This is very useful for TradingApps that offer the ability to change or select a symbol, where users may wish to quickly see that symbol displayed in a different window that has a matching symbol link selected. For more information about using symbol links, see Setting Up Window Links in the platform help.
To send a symbol change to other linked windows, you start by instantiating the SymbolContext class and setting its Symbol property. Once the SymbolContext is set, you can instantiate an instance of the SymbolLinking class and call its SetSymbolContext method passing the instance of the SymbolContext. This will cause all symbol-linked windows to receive the request to change to the new symbol. By handling the SymbolLinking SetContext event, you can programmatically determine when another window is requesting a symbol change.
Namespace: platform