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