Give $1000 starting out and track money [ Paper trades ]
This commit is contained in:
@@ -2,6 +2,7 @@ namespace Entities {
|
||||
|
||||
class loginSession {
|
||||
public string UserName { get; set; } = "";
|
||||
public float Money { get; set; } = 0;
|
||||
public List<PurchasedStock> TrackedStocks { get; set; } = new List<PurchasedStock>();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user