Documentation
¶
Index ¶
- Constants
- type Date
- func (dt Date) AddDays(days int) Date
- func (dt Date) Day() int
- func (dt Date) Days(d Date) int
- func (dt Date) IsNil() bool
- func (dt Date) IsToday(loc *time.Location) bool
- func (dt Date) IsValid() bool
- func (dt Date) Month() int
- func (dt Date) String() string
- func (dt Date) ToDateTime(endDay bool, loc *time.Location) time.Time
- func (dt Date) Year() int
- type Time
- type TradingSession
- type TradingSlot
Constants ¶
View Source
const NilValue int = 9999
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TradingSession ¶
type TradingSession struct {
Slots []*TradingSlot `json:"slots"`
}
func (*TradingSession) IsNewSession ¶ added in v0.0.2
Click to show internal directories.
Click to hide internal directories.