2 Star 0 Fork 5

王布衣/exchange

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
exchange_datetime.go 206 Bytes
Copy Edit Raw Blame History
王布衣 authored 2025-06-25 12:22 +08:00 . 更新依赖库版本
package exchange
type TradeDate string
func NewTradeDate(date string) TradeDate {
tradeDate := FixTradeDate(date)
return TradeDate(tradeDate)
}
func (t TradeDate) String() string {
return string(t)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/quant1x/exchange.git
git@gitee.com:quant1x/exchange.git
quant1x
exchange
exchange
v0.6.6

Search