package sentio type Quote struct { AskPrice float64 AskSize int BidPrice float64 BidSize int }