1 Star 0 Fork 1

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
private_requests.go 661 Bytes
一键复制 编辑 原始数据 按行查看 历史
Admin 提交于 2023-04-19 18:45 . 1.0.0
package private
import "gitee.com/lxcy2023/okex"
type (
Account struct {
Ccy string `json:"ccy,omitempty"`
}
Position struct {
Uly string `json:"uly,omitempty"`
InstID string `json:"instId,omitempty"`
InstType okex.InstrumentType `json:"instType"`
}
Order struct {
Uly string `json:"uly,omitempty"`
InstID string `json:"instId,omitempty"`
InstType okex.InstrumentType `json:"instType"`
}
AlgoOrder struct {
Uly string `json:"uly,omitempty"`
InstID string `json:"instId,omitempty"`
InstType okex.InstrumentType `json:"instType"`
}
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/lxcy2023/okex.git
git@gitee.com:lxcy2023/okex.git
lxcy2023
okex
okex
v1.0.51

搜索帮助

344bd9b3 5694891 D2dac590 5694891