aboutsummaryrefslogtreecommitdiffstats
path: root/fix/Values.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'fix/Values.xsl')
-rw-r--r--fix/Values.xsl7
1 files changed, 7 insertions, 0 deletions
diff --git a/fix/Values.xsl b/fix/Values.xsl
index a47e63c215..619cd9e54a 100644
--- a/fix/Values.xsl
+++ b/fix/Values.xsl
@@ -13,6 +13,13 @@ Syntax: xsltproc Values.xsl FIX44.xml
*
*/
+typedef struct _fix_field {
+ int tag; /* FIX tag */
+ int hf_id;
+ int type; /* */
+ const void *table;
+} fix_field;
+
<xsl:apply-templates/>
</xsl:template>