Giter Club home page Giter Club logo

Comments (3)

whatthefrog avatar whatthefrog commented on May 30, 2024

Hi @techie2000

I do not see a tag 1057 definition in FIX4.4

https://www.onixs.biz/fix-dictionary/4.4/tagnum_1057.html = HTTP 404

This might well be one of the many custom fields that FIX vendors are using...
These are not possible to list in fixdecoder as per-se, as they may even conflict in definition in 2 different FIX vendors...

you can add this field in data.js in a local git branch of the project (fork it, or just clone it)

fixdecoder is not yet designed to handle more than 1 field catalog file, yet that feature could be added, if one is willing to.
that could be done with specific files under, for example say /scripts/catalogs/<vendorname>.js

The <vendorname>.js files could then either be maintained here under fixdecoder, or in specific repos, either public or private

from fix-decoder.

whatthefrog avatar whatthefrog commented on May 30, 2024

of I see, this is a FIX5.0 field

https://www.onixs.biz/fix-dictionary/5.0/tagnum_1057.html

well @drewnoakes might give insight on if he took FIX5.0 in consideration at the time he started the project

from fix-decoder.

drewnoakes avatar drewnoakes commented on May 30, 2024

There's currently no support for per-FIX-version handling. At the time I wrote this I was only using FIX4.4. Ideally the project would have separate data structures per FIX version and decode accordingly.

from fix-decoder.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.