Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Paper ¶
type Paper struct {
ID bson.ObjectId `bson:"_Id" json:"Id"`
Paper string `bson:"Paper" json:"Paper"`
CommercialName string `bson:"CommercialName" json:"CommercialName"`
CompanyName string `bson:"CompanyName" json:"CompanyName"`
Type string `bson:"Type" json:"Type"`
Sector string `bson:"Sector" json:"Sector"`
SubSector string `bson:"SubSector" json:"SubSector"`
MarketValue string `bson:"MarketValue" json:"MarketValue"`
CompanyValue string `bson:"CompanyValue" json:"CompanyValue"`
NStock string `bson:"NStock" json:"NStock"`
LastBalance time.Time `bson:"LastBalance" json:"LastBalance"`
CreatedAt time.Time `bson:"CreatedAt" json:"CreatedAt"`
UpdatedAt time.Time `bson:"UpdatedAt" json:"UpdatedAt"`
}
Paper struct
Click to show internal directories.
Click to hide internal directories.