Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.15 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.15 KB

Longbridge Binary Protocol

Longbridge Binary Protocol is using for OpenAPI Socket Connection.

More details

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.

Golang Implementation

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