Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ticker ¶
type Ticker struct {
//ID bson.TypeObjectID `json:"id" bson:"_id"`
Symbol string `json:"symbol" bson:"symbol"`
Date time.Time `json:"date" bson:"date"`
Price float32 `json:"price" bson:"price"`
}
Ticker - Document structure for StockTicker Collection
type Watch ¶
type Watch struct {
Symbol string `json:"symbol" bson:"symbol"`
CompanyName string `json:"company_name" bson:"company_name"`
ExtraArgs []string `json:"extra_args" bson:"extra_args"`
CreateDate time.Time `json:"create_date" bson:"create_date"`
ModDate time.Time `json:"mod_date" bson:"mod_date"`
}
Watch - Document structure to Configure What Tickers to Watch
Click to show internal directories.
Click to hide internal directories.