From 2abf1234037d741e04ac7ec502111a91d38ed9f4 Mon Sep 17 00:00:00 2001 From: inv2004 Date: Tue, 30 Mar 2021 08:50:54 +0300 Subject: [PATCH] Added package newfix (#1852) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 75447d4..f8b24f5 100644 --- a/packages.json +++ b/packages.json @@ -21987,5 +21987,19 @@ "description": "Nim / Python library to feed HTTP server quickly with custom messages", "license": "MIT", "web": "https://github.com/marcomq/batchsend" + }, + { + "name": "newfix", + "url": "https://github.com/inv2004/newfix", + "method": "git", + "tags": [ + "fix", + "protocol", + "parser", + "financial" + ], + "description": "FIX Protocol optimized parser (Financial Information eXchange)", + "license": "Apache-2.0", + "web": "https://github.com/inv2004/newfix" } ]