Documentation
¶
Index ¶
- type StockCal
- func (o *StockCal) Is(date string) bool
- func (o *StockCal) IsByInt(date int) bool
- func (o *StockCal) List(iprev int, pin int, inext int, reverse bool) []string
- func (o *StockCal) ListByDate(from string, to string, reverse bool) ([]string, error)
- func (o *StockCal) ListByDateEx(interval StockCalInterval, from string, to string, reverse bool) ([]string, error)
- func (o *StockCal) ListEx(interval StockCalInterval, iprev int, pin int, inext int, reverse bool) []string
- func (o *StockCal) ListMonth(iprev int, pin int, inext int, reverse bool) []string
- func (o *StockCal) ListMonthByDate(from string, to string, reverse bool) ([]string, error)
- func (o *StockCal) ListWeek(iprev int, pin int, inext int, reverse bool) []string
- func (o *StockCal) ListWeekByDate(from string, to string, reverse bool) ([]string, error)
- type StockCalInterval
- type StockProfile
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StockCal ¶
type StockCal struct {
// contains filtered or unexported fields
}
func GetStockCalendar ¶
func GetStockCalendar() *StockCal
func (*StockCal) ListByDate ¶
func (*StockCal) ListByDateEx ¶
func (*StockCal) ListMonthByDate ¶
type StockProfile ¶
Click to show internal directories.
Click to hide internal directories.