quickfix-j / quickfixj

QuickFIX/J is a full featured messaging engine for the FIX protocol. - This is the official project repository.
http://www.quickfixj.org
Other
934 stars 607 forks source link

replaced some `Integer.parseInt()` by `IntConverter.convert()` #842

Closed chrjohn closed 2 days ago

chrjohn commented 3 days ago

... for better performance

Also see #559