Christoph John
Christoph John
Superseded by #851
Hi @AndreyNudko , thanks for the PR. This is definitely useful.
Thanks for the PR! 👍 Could you please also add the configuration to the validation section of https://github.com/quickfix-j/quickfixj/blob/master/quickfixj-core/src/main/doc/usermanual/usage/configuration.html Thanks in advance
Also see #237 I think most of the webpage is outdated and www.quickfixj.org should point to GitHub eventually. I need to pick that up again.
Note to self: * fields with data type `SeqNum` need to be changed (this will probably only work with a custom build, just like with `BigDecimal` for decimal fields, but...
Thanks @JohnGreenan
(at least) one more thing: database setup scripts need to change (and to check which data types need to be chosen). E.g. Postgres script only has `INTEGER` now. Probably need...
`Fields.xsl` needs to change to not use `int`. In general I think changing the data type should not affect most users because the seqnum fields shouldn't be processed by user...
Another thing to take care of: getting messages from the store for resends is usually done through some kind of list with max capacity of Integer.MAX_VALUE. But getting such large...
Hi @philipwhiuk , thanks for opening the issue. I think it would be a very sensible enhancement. AFAIK we do not act upon the return value of the `send()` method...