简体   繁体   English

数据库中的Quickfixn消息记录

[英]Quickfixn Message Logging in Database

I am using the Quickfixn library, I have succeeded in editing my dictionary and generating new classes, but at the moment I am looking into how to use the database for my logging, messages, etc. 我正在使用Quickfixn库,已经成功编辑了字典并生成了新类,但是目前,我正在研究如何使用数据库进行日志记录,消息等。

I have seen that the C++ version and possibly the java version do support the feature and was wondering if I could do the same with Quickfixn. 我已经看到C ++版本甚至Java版本确实支持该功能,并且想知道我是否可以使用Quickfixn进行相同的操作。

Those features are not written at this time. 这些功能目前尚未编写。 (Note: I am the project's maintainer.) (注意:我是项目的维护者。)

If you wanted to take a stab at it, you would need to write implementations of ILogFactory and IMessageStoreFactory . 如果您想尝试一下,则需要编写ILogFactoryIMessageStoreFactory

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

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