<?xml version="1.0" encoding="UTF-8"?>
<messageSchema xmlns:sbe="http://fixprotocol.io/2016/sbe"
xmlns:xi="http://www.w3.org/2001/XInclude"
package="trading-api"
id="0" version="1">
<xi:include href="CommonTypes.xml"/>
<types>
<composite name="customType">
<type name="custom" primitiveType="int64"/>
</composite>
</types>
<sbe:message name="Order" id="0">
<field name="source" id="0" type="int64"/>
<field name="target" id="1" type="int64"/>
<field name="requestId" id="2" type="int64"/>
<field name="price" id="3" type="decimalFloat"/>
<field name="quantity" id="4" type="decimalFloat"/>
<data name="contractId" id="5" type="varAsciiEncoding"/>
<data name="additionalData" id="6" type="varDataEncoding"/>
</sbe:message>
</messageSchema>