Skip to content

Network access to C++ client using Websocket for transport and various encoding/decoding protocols.

License

Notifications You must be signed in to change notification settings

roq-trading/roq-client-bridge

Repository files navigation

Client Bridge

A bridge allowing you to connect to a gateway over the network.

Current implementation uses Websocket for easy integration with any programming language.

Different protocols will be supported

  • JSON (text)
  • Flatbuffers (binary)
  • SBE (binary)

Schema definitions can be found here

In particular, the Flatbuffers and SBE binary protocols are easy to integrate with any programming language. (You will need to auto-generate encoding/decoding code using the schema definitions and the tools coming with Flatbuffers or SBE.)

About

Network access to C++ client using Websocket for transport and various encoding/decoding protocols.

Topics

Resources

License

Stars

Watchers

Forks