package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Aug 29, 2021
License: GPL-3.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type InstrumentInfo struct {
Symbol string `json:"symbol"`
Timestamp time.Time `json:"timestamp"`
TickSize float64 `json:"tickSize"`
}
type SubscribeResp struct {
Success bool `json:"success"`
Subscribe string `json:"subscribe"`
Request struct {
Op string `json:"op"`
Args []string `json:"args"`
} `json:"request"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.