package model type Ticker struct { Symbol string BidPrice string AskPrice string Provider string Timestamp int64 }