fixio icon indicating copy to clipboard operation
fixio copied to clipboard

FIX Protocol Support for Netty

Results 20 fixio issues
Sort by recently updated
recently updated
newest added

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...

enhancement

> 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...

enhancement

> 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...

enhancement

![image](https://user-images.githubusercontent.com/64124729/190131496-9185c9b8-b067-4b21-8c0d-32144c086f4c.png) 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. This repository currently has no open or pending branches. ## Detected dependencies github-actions .github/workflows/maven-publish.yml...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.maven.plugins:maven-resources-plugin/3.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.maven.plugins:maven-jar-plugin/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...