From e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 22:34:10 +0200 Subject: Adding upstream version 4.2.2. Signed-off-by: Daniel Baumann --- fix/Values.xsl | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 fix/Values.xsl (limited to 'fix/Values.xsl') diff --git a/fix/Values.xsl b/fix/Values.xsl new file mode 100644 index 0000000..106eb68 --- /dev/null +++ b/fix/Values.xsl @@ -0,0 +1,66 @@ + + + + + + + /* DO NOT EDIT + * This file is autogenerated + * Look fix/README for more information how to generate this file + * + */ + +typedef struct _fix_field { + int tag; /* FIX tag */ + int hf_id; + int type; /* */ + const void *table; +} fix_field; + + + + + + + + + + + + + + + string_string + string_string + value_string + + + static const _val[] = { + + { , "" }, + + { "", "" }, + + { "", "" }, + + { '', "" }, + + + { 0, NULL } + }; + + + + + + static const string_string messages_val[] = { + { "", "" }, + { "", NULL } + }; + + + -- cgit v1.2.3