Konstantin Pavlov
Konstantin Pavlov
It would be nice to have mapping to [Google's Taxonomy](https://www.google.com/basepages/producttype/taxonomy-with-ids.en-US.txt) for product categories.
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...
Hello, thank you for your library, very interesting. I have a suggestion to make it agnostic to the monitoring backend, e.g. I want to plug statsd or Datadog/Newrelic instead of...
Introduced `ch.qos.logback.access.AsyncAppender` which accepts `IAccessEvents`. Standard AsyncAppender from logback-classic does not support IAccessEvents and fails with exception: ``` 18:31:29,255 |-ERROR in ch.qos.logback.classic.AsyncAppender[access.file.async] - Appender [access.file.async] failed to append. java.lang.ClassCastException: ch.qos.logback.access.spi.AccessEvent...
**Is your feature request related to a problem? Please describe.** Currently LC4J does not support any nullability annotations. Even if you are not currently using a nullness analyzer, applying JSpecify...