1 Star 0 Fork 1

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

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
public_data_responses.go 1.05 KB
Copy Edit Raw Blame History
Admin authored 2023-04-19 18:45 +08:00 . 1.0.0
package trade_data
import (
"gitee.com/lxcy2023/okex/models/tradedata"
"gitee.com/lxcy2023/okex/responses"
)
type (
GetSupportCoin struct {
responses.Basic
SupportCoins *tradedata.SupportCoin `json:"data,omitempty"`
}
GetTakerVolume struct {
responses.Basic
TakerVolumes []*tradedata.TakerVolume `json:"data,omitempty"`
}
GetRatio struct {
responses.Basic
Ratios []*tradedata.Ratio `json:"data,omitempty"`
}
GetOpenInterestAndVolume struct {
responses.Basic
InterestAndVolumeRatios []*tradedata.InterestAndVolumeRatio `json:"data,omitempty"`
}
GetPutCallRatio struct {
responses.Basic
PutCallRatios []*tradedata.PutCallRatio `json:"data,omitempty"`
}
GetOpenInterestAndVolumeExpiry struct {
responses.Basic
InterestAndVolumeExpires []*tradedata.InterestAndVolumeExpiry `json:"data,omitempty"`
}
GetOpenInterestAndVolumeStrike struct {
responses.Basic
InterestAndVolumeStrikes []*tradedata.InterestAndVolumeStrike `json:"data,omitempty"`
}
GetTakerFlow struct {
responses.Basic
TakerFlow *tradedata.TakerFlow `json:"data"`
}
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/lxcy2023/okex.git
git@gitee.com:lxcy2023/okex.git
lxcy2023
okex
okex
v1.0.51

Search