简体   繁体   English

我们如何使用Quickfixj使用FIX协议发送报告

[英]How do we send a report using FIX protocol using Quickfixj

I have a CSV report where I have to send the report using FIX protocol to the counterparty. 我有一个CSV报告,我必须使用FIX协议将报告发送给交易对手。 I tried using quickfixj ,but was not able to send a logon. 我尝试使用quickfixj,但是无法发送登录信息。

Session.sendToTarget is returning false .as well I see in the events logs:created session no responder ..resetting session.Could you please advice what is going wrong? Session.sendToTarget返回的是false。我在事件日志中也看到:创建的会话没有响应者..reset会话。请问出什么问题了吗? Also want to know how is the data dictionary being read when we set it as true in the config file using quickfixj. 还想知道当我们使用quickfixj在配置文件中将其设置为true时如何读取数据字典。

Well this is rather a big question. 好吧,这是一个很大的问题。 You've got to configure QuickFix to connect to your counterparty. 您必须配置QuickFix以连接到对方。 You've got to implement the QuickFix Application with which you'd transfer your CSV data to FIX message key value pairs. 您必须实现QuickFix应用程序,通过该应用程序可以将CSV数据传输到FIX消息键值对。

The thing to do is look at the example application, Banzai 要做的是看示例应用程序Banzai

You use the config file to set the location for the data dictionary you use 您可以使用配置文件来设置所用数据字典的位置

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

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