mirror of
https://github.com/injoyai/tdx.git
synced 2025-11-26 21:25:35 +08:00
更新etf的判断
This commit is contained in:
@@ -286,7 +286,7 @@ func IsETF(code string) bool {
|
||||
return true
|
||||
|
||||
case code[0:2] == ExchangeSZ.String() &&
|
||||
(code[2:4] == "15" || code[2:4] == "16"):
|
||||
(code[2:4] == "15"):
|
||||
return true
|
||||
}
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user