All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sbe.max-rate.xml Maven / Gradle / Ivy

There is a newer version: 2.8.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<sbe:messageSchema xmlns:sbe="http://fixprotocol.io/2016/sbe"
                   xmlns:xi="http://www.w3.org/2001/XInclude"
                   package="pl.allegro.tech.hermes.consumers.consumer.rate.sbe.stubs"
                   id="1"
                   version="0"
                   semanticVersion="5.2"
                   description="Schema for consumers max-rate storage">
    <xi:include href="common.xml"/>
    <sbe:message name="MaxRate" id="1" description="Max-rates of a consumer node">
        <group name="Subscriptions" id="1">
            <field name="Id" id="2" type="int64"/>
            <field name="MaxRate" id="3" type="double"/>
        </group>
    </sbe:message>
    <sbe:message name="RateHistory" id="2" description="Historic rate of a consumer node">
        <group name="Subscriptions" id="1" dimensionType="groupSizeEncoding">
            <field name="Id" id="2" type="int64"/>
            <group name="Rates" id="3">
                <field name="Rate" id="4" type="double"/>
            </group>
        </group>
    </sbe:message>
</sbe:messageSchema>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy