blob: 00d4184bf7142ee52747795ee62ffb0c22cc6e6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
--date-format %Y-%m-%d
2014-06-30 Uncleared
U:U 10.00 EUR
! U:P 10.00 EUR
* U:C 10.00 EUR
Equity -30.00 EUR
2014-06-30 ! Pending
P:U 10.00 EUR
! P:P 10.00 EUR
* P:C 10.00 EUR
Equity -30.00 EUR
2014-06-30 * Cleared
C:C 10.00 EUR
! C:P 10.00 EUR
* C:P 10.00 EUR
Equity -30.00 EUR
test reg u: --uncleared
2014-06-30 Uncleared U:U 10.00 EUR 10.00 EUR
U:P 10.00 EUR 20.00 EUR
end test
test reg u: --pending
2014-06-30 Uncleared U:P 10.00 EUR 10.00 EUR
end test
test reg u: --cleared
2014-06-30 Uncleared U:C 10.00 EUR 10.00 EUR
end test
test reg p: --uncleared
2014-06-30 Pending P:U 10.00 EUR 10.00 EUR
P:P 10.00 EUR 20.00 EUR
end test
test reg p: --pending
2014-06-30 Pending P:U 10.00 EUR 10.00 EUR
P:P 10.00 EUR 20.00 EUR
end test
test reg p: --cleared
2014-06-30 Pending P:C 10.00 EUR 10.00 EUR
end test
test reg c: --uncleared
2014-06-30 Cleared C:P 10.00 EUR 10.00 EUR
end test
test reg c: --pending
2014-06-30 Cleared C:P 10.00 EUR 10.00 EUR
end test
test reg c: --cleared
2014-06-30 Cleared C:C 10.00 EUR 10.00 EUR
C:P 10.00 EUR 20.00 EUR
end test
|