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