|
@ -188,11 +188,12 @@ export class TransactionsPageComponent implements OnInit { |
|
|
return account.isDefault; |
|
|
return account.isDefault; |
|
|
})?.id, |
|
|
})?.id, |
|
|
currency: aTransaction?.currency ?? null, |
|
|
currency: aTransaction?.currency ?? null, |
|
|
|
|
|
dataSource: aTransaction?.dataSource ?? null, |
|
|
date: new Date(), |
|
|
date: new Date(), |
|
|
fee: 0, |
|
|
fee: 0, |
|
|
quantity: null, |
|
|
quantity: null, |
|
|
symbol: aTransaction?.symbol ?? null, |
|
|
symbol: aTransaction?.symbol ?? null, |
|
|
type: 'BUY', |
|
|
type: aTransaction?.type ?? 'BUY', |
|
|
unitPrice: null |
|
|
unitPrice: null |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|