def get_xdxr_info(self, market, code): cmd = GetXdXrInfo(self.client, lock=self.lock) cmd.setParams(market, code) return cmd.call_api()