Browse Source

Add fees

pull/4486/head
Thomas Kaul 4 months ago
parent
commit
8fc59b7f1d
  1. 2
      test/import/ok-btceur.json
  2. 2
      test/import/ok-btcusd.json

2
test/import/ok-btceur.json

@ -10,7 +10,7 @@
{ {
"accountId": null, "accountId": null,
"comment": null, "comment": null,
"fee": 0, "fee": 3.94,
"quantity": 1, "quantity": 1,
"type": "BUY", "type": "BUY",
"unitPrice": 39378.5, "unitPrice": 39378.5,

2
test/import/ok-btcusd.json

@ -10,7 +10,7 @@
{ {
"accountId": null, "accountId": null,
"comment": null, "comment": null,
"fee": 0, "fee": 4.46,
"quantity": 1, "quantity": 1,
"type": "BUY", "type": "BUY",
"unitPrice": 44558.42, "unitPrice": 44558.42,

Loading…
Cancel
Save