Simple Binary Encoding is a binary representation for encoding/decoding messages to support low-latency streaming.

SBE is a FIX standard for binary message encoding. The message structure is optimized for low latency and deterministic performance. SBE feeds are typically accompanied by a Message Schema structured in the XML format.

Beeks Analytics includes an SBE decoder which takes an SBE message schema as its input, so no further development or decoder release is necessary to stay up to date with protocol changes.

Related terms

Decoder
FIX Protocol