Longbridge Binary Protocol is using for OpenAPI Socket Connection.
For Python and C++ user, we provide:
This repo want to show how to implement Longbridge Binary Protocol.
If you are Gopher, you can use the golang implementation to connect our socket gateway.
Check code here.
code structure:
- go - protocol definations
- go/client - client sample code
- go/v1 - protocol version 1 implement
- go/v2 - protocol version 2 implement
Example is here