Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalExchangeWs ¶
type LocalExchangeWs struct { *WsBuilder WsConn *WsConn // contains filtered or unexported fields }
func NewLocalExchangeWs ¶
func NewLocalExchangeWs(base *LE, handle func(channel string, instId string, data json.RawMessage) error) *LocalExchangeWs
func (*LocalExchangeWs) ConnectWs ¶
func (okV3Ws *LocalExchangeWs) ConnectWs()
func (*LocalExchangeWs) Subscribe ¶
func (okV3Ws *LocalExchangeWs) Subscribe(sub map[string]interface{}) error
type OKExLogin ¶
type OKExLogin struct { OP string `json:"op"` Args []OkexLoginArg `json:"args"` }
Click to show internal directories.
Click to hide internal directories.