The Lab

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Note
This API is a clean-start development, allowing MarketFactory and its customers to move to a new integration model, as outlined below.

 


 Whisperer Direct differs from Classic in that there is no API server. Instead all client connections are arbitrated by a single logon service which then hands-off the connection to the relevant Feed Handler, which then communicates directly with the client for all session types.

The Whisperer Direct interface The MFSBE4 API is founded on the Simple Binary Encoding (SBE) messaging protocol using a simple primitive encoding, and is optimized for low bandwidth, low latency and direct data access.

Getting Started

For optimal performance, a tool such as Real-Logic's  SBE tool should be used against the MFSBE4 Message Schema to generate compilable stubs to support the direct encoding or decoding of messages in the client application.

...

  • Usage of the generated stubs,
  • Zero-GC, single threaded implementation model.

References

https://www.fixtrading.org/standards/sbe/ - Provides FPL specification documentation.

...