Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Quote ¶
type Quote struct { Code string `json:"code"` Open float64 `json:"opend"` Close float64 `json:"close"` High float64 `json:"high"` Low float64 `json:"low"` YesterdayClosed float64 `json:"yesterday_closed"` Volume int64 `json:"volume"` Account float64 `json:"account"` Date string `json:"date"` NumOfYear int32 `json:"num_of_year"` }
func GetQuotesN ¶
Click to show internal directories.
Click to hide internal directories.