package entity type TakerBuySellVolume struct { Source string `json:"source"` Symbol string `json:"symbol"` Period string `json:"period"` Timestamp int64 `json:"timestamp"` BuySellRatio string `json:"buySellRatio,omitempty"` BuyVolume string `json:"buyVolume,omitempty"` SellVolume string `json:"sellVolume,omitempty"` }