QuickFIXJ Notes

1. Session:

a).config the start and end time, this can reset all of this session state, eg. sequence number, and the session can be start and stop automatically according to this configuration.

b). the time is UTC

 

2. Acceptor and Initiator

a). Acceptor can create a server bind a address with port

b). Initiator can create a connector to communicate with acceptor.

 

3. JMX support

quickfixJ had exposed some function , eg, logon, logout, resetSequence through JMX, just use

 

JmxExporter jmxExporter = new JmxExporter();
jmxExporter.export(acceptor);

but I faced java version problem, since my project is maven project, and there may contain at lease 2 same class in the classpath(my fix jar and quickfixj).

 

4. SLF4j

NOT resolved

 

5. quickfix/j 1.3.1 + proxool 0.9.0RC2

this may cause

java.lang.LinkageError: duplicate class definition:
$java/lang/Object$$FastClassByCGLIB$$

then should replace with proxool 0.9.0RC3, but can not use 0.9.0 and above since quickfix.JdbcUtil call ds.setMaximumActiveTime(5000) that had been modified to ProxoolDataSource#setMaximumActiveTime(long);

 

6. 1.4.0 support FIX 5.X for separating session layer and application layer.

    http://sourceforge.net/project/shownotes.php?release_id=659815

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值