How ticks are encoded ?

sudarshan07
in https://github.com/zerodha/gokiteconnect/blob/master/ticker/ticker.go,
there is function `func (t *Ticker) parseBinary(inp []byte) ([]models.Tick, error) ` which decodes the the tick data.
I need to understand How it's encoded. If someone has go code to encode it, can you please share ?
Tagged:
  • sujith
    You may refer to the API documentation to know more about the Websocket API.
  • nidhind
    @sudarshan07 If you are trying to create a MOCK server then you can simply share the spec shared above to chatgpt to claude and get the mock server ready within no time.
Sign In or Register to comment.