Versions in this module Expand all Collapse all v1 v1.0.2 Jul 20, 2023 v1.0.1 Jul 20, 2023 Changes in this version + type Snapshot struct + Snapshot []TickerHist + func SnapshotFromRaw(raw [][]interface{}) (ss Snapshot) + type TickerHist struct + Ask float64 + Bid float64 + MTS int64 + Symbol string + func FromRaw(raw []interface{}) (t TickerHist, err error)