Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GoodCase ¶
type GoodCase struct {
Date string `dataframe:"日期"`
Num int `dataframe:"数量"`
Yields float64 `dataframe:"浮动收益率%"`
//NextYields float64 `dataframe:"隔日收益率%"`
GtP1 float64 `dataframe:"胜率率%"`
GtP2 float64 `dataframe:"溢价超1%"`
GtP3 float64 `dataframe:"溢价超2%"`
GtP4 float64 `dataframe:"溢价超3%"`
GtP5 float64 `dataframe:"溢价超5%"`
}
Click to show internal directories.
Click to hide internal directories.