Public Overrides Function SymbolsCount() As Long
This function should return the LP’s symbols count, that will be used to fill the symbols for this LP.
if your LP does not support this value, you can return 0, in this case you have to set the symbol manually in the bridge, instead of selecting it from the combo list.
Sample
Public Overrides Function SymbolsCount() As Long Return m_oClient.SymbolsCount End Function
See Also