Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Current ¶
type Current interface { Last() float64 Bid() float64 Ask() float64 Spread() float64 OpenInterest() float64 }
Current represents instantaneous information
type Data ¶
type Data interface { Current Session Historical }
type Historical ¶
Historical represents historical information
type Instrument ¶
Instrument creates acces to the underlying instrument
type UnTradeable ¶
type UnTradeable interface { Instrument }
UnTradeable implements an Instrument interface for an untradeable underlying that is used for reference or modeling
type Underlying ¶
type Underlying struct{}
func (*Underlying) Data ¶
func (u *Underlying) Data() DataSet
Click to show internal directories.
Click to hide internal directories.