Keep Alive

Keep-alive messages contain an array of fixture IDs. These IDs are of the events that are live.

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