type GetRatio struct {
Ccy string `json:"ccy"`
Begin int64 `json:"before,omitempty,string"`
End int64 `json:"limit,omitempty,string"`
Period okex.BarSize `json:"period,string,omitempty"`
}
type GetTakerVolume struct {
Ccy string `json:"ccy"`
Begin int64 `json:"before,omitempty,string"`
End int64 `json:"limit,omitempty,string"`
InstType okex.InstrumentType `json:"instType"`
Period okex.BarSize `json:"period,string,omitempty"`
}