fastlib 0.3.8

FAST (FIX Adapted for STreaming protocol) is a space and processing efficient encoding method for message oriented data streams.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<templates xmlns="http://www.fixprotocol.org/ns/fast/td/1.1">
    <template name="Message1" id="1" dictionary="type">
        <typeRef name="MessageContext"/>
        <string name="Value" id="101"><copy/></string>
    </template>
    <template name="Message2" id="2">
        <string name="Value" id="102"><copy/></string>
    </template>
    <template name="Message3" id="3" dictionary="type">
        <typeRef name="MessageContext"/>
        <string name="Value" id="103"><copy/></string>
    </template>
</templates>