Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Snapshot ¶
type Snapshot struct {
Snapshot []TickerHist
}
func SnapshotFromRaw ¶
func SnapshotFromRaw(raw [][]interface{}) (ss Snapshot)
type TickerHist ¶
type TickerHist struct { Symbol string Bid float64 // PLACEHOLDER, Ask float64 // PLACEHOLDER, // PLACEHOLDER, // PLACEHOLDER, // PLACEHOLDER, // PLACEHOLDER, // PLACEHOLDER, // PLACEHOLDER, // PLACEHOLDER, MTS int64 }
func FromRaw ¶
func FromRaw(raw []interface{}) (t TickerHist, err error)
Click to show internal directories.
Click to hide internal directories.