SBE (Simple Binary Encoding) Decoders and Encoders
- Home
- Products
- FIX Dictionary and Tools
- SBE Decoder and Encoder
SBE Protocol Decoder and Encoder implementations
SBE (Simple Binary Encoding) is a protocol for decoding and encoding messages in binary format. It is optimized for low latency and deterministic performance.
The message format is defined using native primitive data types (integers, chars), so no translation is needed to put data into a wire format. SBE addresses data representation only; there are no business-level requirements on the message structure. Both fixed-length and variable-length fields are supported.
The message layout is defined in the XML-based SBE template (schema). The template defines which fields belong to a message and their location within a message. It also describes valid value ranges and information that need not be sent on the wire, such as constant values.
Further information
The OnixS SBE Decoders and Encoders (SBE Codec's) are ultra-low latency implementations of the SBE Protocol in C++, Java and .NET.
The OnixS SBE Codec implementations are designed to significantly reduce development time and costs for financial applications that need to encode and decode binary application messages. They are widely used in mission-critical production systems as a building block of the following products:
- C++ B3 Binary UMDF Market Data Handler SDK
- C++ B3 Binary Gateway Order Entry Handler SDK
- C++ CME MDP Premium Market Data Handler SDK
- Java CME MDP Premium Market Data Handler SDK
- .NET CME MDP Premium Market Data Handler SDK
- C++ CME iLink 3 Binary Order Entry SDK
- Java CME iLink 3 Binary Order Entry SDK
- .NET CME iLink 3 Binary Order Entry SDK
- C++ Cboe CFE Binary Order Entry SDK
- C++ Euronext Optiq Market Data Gateway (MDG) SDK
Main features include
- Easy-to-use API
- Low CPU and memory consumption
- Memory allocation-free / GC-free (no memory is allocated in the critical path)
- Comprehensive documentation
- QuickStart reference implementation source code for specific contexts
- Direct access to field values both on the message and group levels
- Flexible support of SBE Schema versioning
- No need to re-compile the application to support newer SBE Schemas
- CME pre-certified