简体   繁体   English

交易捕获报告-QuickFix

[英]Trade Capture Report - QuickFix

I am sending a Trade capture report request with 35 = AD. 我以35 = AD发送交易捕获报告请求。

I am getting an acknowledge message back with 35=AQ(TradeCaptureReportRequestAck) and then a series of 35=AE(TradeCaptureReport) messages but I only see them in the log file. 我收到的确认消息是35 = AQ(TradeCaptureReportRequestAck),然后是一系列35 = AE(TradeCaptureReportRequest)消息,但我只在日志文件中看到它们。

I am not getting any Message back on my fromApp() method. 我的fromApp()方法没有收到任何消息。 I don't know if this is the right method that I should be coding my logic for listening a call back from server. 我不知道这是否是正确的方法,我应该编写我的逻辑以侦听来自服务器的回叫。

Can you please help here, which callback method I need to implement so that I can listen to the trade capture sent by the server. 您能否在这里提供帮助,我需要实现哪种回调方法,以便我可以侦听服务器发送的交易捕获。

Thanks, Arshya 谢谢,Arshya

Yes you use fromApp() after all what other choice is there? 是的,你使用fromApp()毕竟还有什么其他的选择是吗? Output a debug log message for every message that goes through fromApp and check you see the messages in your debug log. 为通过fromApp的每条消息输出调试日志消息,并检查是否在调试日志中看到了这些消息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM