Add data handling for transactions and stocks

This commit is contained in:
kevinpauer
2022-04-04 23:13:02 +02:00
parent 9115908365
commit 16ad83ae40
8 changed files with 123 additions and 120 deletions

View File

@@ -1,6 +0,0 @@
export class Stock {
count = 0;
price = 0;
symbol = '';
time = '';
}