Exemplo n.º 1
0
 protected override void OnConnected()
 {
     SendCommand(LookupCommands.RequestSecurityTypes());
 }
Exemplo n.º 2
0
 public void RequestSymbolLookup(string code, int?type = null, string requestId = null)
 {
     SendCommand(LookupCommands.LookupSymbol(code, type, requestId));
 }