fixio
fixio copied to clipboard
FIX Protocol Support for Netty
What happens when the connection is lost? Do I get an exception from `FixApplicationAdapter` in the following method? ``` @Override public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) throws Exception { LOGGER.error("Uncaught...
It should be possible to persist inbound and outbound message sequence numbers for restoring session after disconnect. Add settings similar to QuickFix `ResetOnLogon`, `ResetOnLogout`, `ResetOnDisconnect`, `RefreshOnLogon` (see http://www.quickfixengine.org/quickfix/doc/html/configuration.html#Session). Use persisted...
> let the program know the exact order of the individual tags on incoming messages and to control the exact order of the individual tags on outgoing messages. some FIX...
> use the fix tag number instead of a tag name, it becomes very confusing switching back and forth. This object oriented idea of taking a fix tag number, change...
 When my MsgSeqNum is 1, I want add it to FixMessageImpl, so I invoke message.add(int tagNum, byte[] value). First I turn MsgSeqNum from int to byte[], The byte array...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/kpavlov/fixio). ## Open The following updates have all...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.netty:netty-all](https://netty.io/netty-all/) ([source](https://togithub.com/netty/netty)) | `4.1.14.Final` -> `4.1.111.Final` |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.maven.plugins:maven-resources-plugin](https://maven.apache.org/plugins/) | `3.0.2` -> `3.3.1` | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.maven.plugins:maven-jar-plugin](https://maven.apache.org/plugins/) | `3.0.2` -> `3.3.0` | [](https://docs.renovatebot.com/merge-confidence/)...