Keep Alive

Keep-alive messages are sent every 30 seconds and contain an array of live fixture IDs with markets. This message is used for discrepancy tests.

Note: When there are no events available (no orders/no live events), an empty KeepAlive message will be sent.

<KeepAlive>
  <ActiveEvent>1234</ActiveEvent>
  <ActiveEvent>1111</ActiveEvent>
  <ActiveEvent>6213</ActiveEvent>
  <ActiveEvent>4021</ActiveEvent>
</KeepAlive>

Model

Attributes

Data Type

Description

ActiveEvent

int

FixtureId of a live event

Last updated