killkelleyr / stock_sim

Application for simulating actual trades
0 stars 0 forks source link

Fields added to username #43

Closed killkelleyr closed 3 years ago

killkelleyr commented 4 years ago

need a portfolio column in the username table

portfolio values will be a json object similar to

{'rkillkelley' : [{
    'Balance' : '1000',
    'Stocks': [{
        'TSLA' : [{
            'buyPrice' : 990.00,
            'buySize' : 1}]
        'F' : [{
            'buyPrice' : 9.00,
            'buySize' : 1}]
        }]
    }]
}
killkelleyr commented 4 years ago

blocks #33

killkelleyr commented 4 years ago

Username needs balance and portfolio added to it. UserName module should construct the class based on json info

killkelleyr commented 4 years ago

/cib

create-issue-branch[bot] commented 4 years ago

Branch issue-43-Fields_added_to_username created!

killkelleyr commented 3 years ago

/cib

create-issue-branch[bot] commented 3 years ago

Branch already exists

killkelleyr commented 3 years ago

/cib

create-issue-branch[bot] commented 3 years ago

Branch issue-43-Fields_added_to_username created!

killkelleyr commented 3 years ago

closing this issue as this is all deprecated.