package events type Quote struct { BidPrice float64 BidSize float64 AskPrice float64 AskSize float64 }