Giter VIP home page Giter VIP logo

Comments (2)

salsferrazza avatar salsferrazza commented on June 10, 2024

if you want to do a quick pull, run locally and check it out @jlroo, go ahead. If it looks good then I will build a new npm and push that out.

$ file testfiles/cme100.txt.gz && ./fix2json.js -p ~/Desktop/fix2json/dict/FIX50SP2.CME.xml testfiles/cme100.txt.gz 
testfiles/cme100.txt.gz: gzip compressed data, was "cme100.txt", from Unix, last modified: Fri Aug 19 16:55:15 2016
{
  "ApplVerID": "FIX50SP2",
  "BodyLength": 274,
  "MsgType": "MARKETDATAINCREMENTALREFRESH",
  "SenderCompID": "CME",
  "MsgSeqNum": 2918,
  "SendingTime": "20130714212647805",
  "TradeDate": "20130715",
  "NoMDEntries": 3,
  "MDEntries": [
    {
      "MDUpdateAction": "NEW",
      "SecurityIDSource": "EXCHANGE SYMBOL",
      "SecurityID": "2975",
      "RptSeq": 6,
      "SecurityDesc": "6EU4",
      "MDEntryType": "SIMULATED SELL PRICE",
      "MDEntryPx": 13157,
      "MDEntryTime": "212647000"
    },
    {
      "SecurityIDSource": "EXCHANGE SYMBOL",
      "SecurityID": "2975",
      "RptSeq": 7,
      "SecurityDesc": "6EU4",
      "MDEntryType": "SIMULATED BUY PRICE",
      "MDEntryPx": 13069,
      "MDEntryTime": "212647000",
      "MDUpdateAction": "NEW"
    },
    {
      "SecurityIDSource": "EXCHANGE SYMBOL",
      "SecurityID": "2975",
      "RptSeq": 8,
      "SecurityDesc": "6EU4",
      "MDEntryType": "OFFER",
      "MDEntryPx": 13157,
      "MDEntrySize": 10,
      "MDEntryTime": "212647000",
      "TradingSessionID": "0",
      "NumberOfOrders": 1,
      "MDPriceLevel": 1
    }
  ],
  "CheckSum": "092"
}
...

from fix2json.

salsferrazza avatar salsferrazza commented on June 10, 2024

added in 0.5.0.

from fix2json.

Related Issues (19)

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.