Versions in this module Expand all Collapse all v2 v2.0.5 Jul 10, 2023 v2.0.4 Jul 10, 2023 v2.0.3 Jul 10, 2023 v2.0.2 Jul 10, 2023 v2.0.1 Jul 9, 2023 v2.0.0 Jul 9, 2023 Changes in this version + const CACHE_DATE + const INDEX_DATE + const TDX_DATE + const TdxTickDateFormat + const YearOnly + func CacheId(code string) string + func CacheIdPath(code string) string + func CorrectDate(date string) string + func FeatureFilename(code string) string + func FundFlowFilename(securityCode string) string + func GetConfigFilename() string + func GetDayPath() string + func GetFeaturesPath() string + func GetFundFlowPath() string + func GetHoldingPath() string + func GetLoggerPath() string + func GetMetaPath() string + func GetRootPath() string + func GetSnapshotPath() string + func GetTickPath() string + func GetVariablePath() string + func GetXdxrPath() string + func GetZxgFile() string + func KLineFilename(code string) string + func SnapshotFilename(securityCode string) string + func TickFilename(code, date string) string + func Today() string + func Top10HoldersQuartlyReportFilename(code, date string) string + func XdxrFilename(code string) string + type Quant1XConfig struct + BaseDir string + type SecurityFeature struct + Amount float64 + Close float64 + CloseTurnZ float64 + CloseUnmatched int64 + CloseVolume int64 + Date string + Down int + High float64 + InnerAmount float64 + InnerVolume int64 + LastClose float64 + Low float64 + Open float64 + OpenTurnZ float64 + OpenUnmatched int64 + OpenVolume int64 + OuterAmount float64 + OuterVolume int64 + TurnoverRate float64 + Up int + Volume int64 + type TurnoverDataSummary struct + CloseTurnZ float64 + CloseUnmatched int64 + CloseVolume int64 + InnerAmount float64 + InnerVolume int64 + OpenTurnZ float64 + OpenUnmatched int64 + OpenVolume int64 + OuterAmount float64 + OuterVolume int64 Other modules containing this package gitee.com/quant1x/data