Skip to content

longportapp/openapi-protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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