1 Star 0 Fork 1

陕西洛鑫橙云网络科技有限公司/okex

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
trade_data_requests.go 778 Bytes
一键复制 编辑 原始数据 按行查看 历史
Admin 提交于 2023-04-19 18:45 +08:00 . 1.0.0
package tradedata
import "gitee.com/lxcy2023/okex"
type (
GetTakerVolume struct {
Ccy string `json:"ccy"`
Begin int64 `json:"before,omitempty,string"`
End int64 `json:"limit,omitempty,string"`
InstType okex.InstrumentType `json:"instType,string"`
Period okex.BarSize `json:"period,string,omitempty"`
}
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"`
}
GetOpenInterestAndVolumeStrike struct {
Ccy string `json:"ccy"`
ExpTime string `json:"expTime"`
Period okex.BarSize `json:"period,string,omitempty"`
}
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/lxcy2023/okex.git
git@gitee.com:lxcy2023/okex.git
lxcy2023
okex
okex
v1.0.51

搜索帮助