-
Notifications
You must be signed in to change notification settings - Fork 1
/
NEWS
100 lines (66 loc) · 2.74 KB
/
NEWS
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
v0.4-0 (2024-03-05; not released yet)
o functions that use "rib" now require a recent version
of that package (>=0.19.0)
o 'ib_hist_data': argument "trim" is no longer ignored
when backend is "rib"
o 'contract_details' is more flexible, e.g. allows
fetch contract data based on ISINs
o ....
v0.3-0 (2022-10-07)
o maintenance release, primarily to accommodate changes
in the API. For all changes, see the ChangeLog.
o ib_hist_data: new argument 'backend', which can be
set to 'rib' for using package 'rib'
[ https://github.com/lbilli/rib ]
o new function 'contract_details'
o new function 'read_flex_report'
o new dataset "message_codes": a data.frame of
documented message codes
v0.2-1 (2020-05-09)
o fix 'executions': the function threw an error when
there were no executions
v0.2-0 (2020-04-29)
o add functions 'executions', 'order_status' and
'positions'. These functions are based on and thus
require package 'rib' [ https://github.com/lbilli/rib ].
v0.1-8 (2019-03-18)
o ib_hist_data: new arguments 'port', 'filename' and
'sep'. The latter gets a default "," (it had always
used ";" before). Stored files can thus be handled
with tsdb https://github.com/enricoschumann/tsdb
o combine_files: new argument 'sep', with default ","
(it had always used ";" before).
Stored files can thus be handled with tsdb
https://github.com/enricoschumann/tsdb
v0.1-7 (2017-12-07)
o flex_web_service: new arguments 'no.write.msg' and
'no.write.warn', with default TRUE: if a downloaded
file contains a message or a warning, the
destination file is not written. For the old
behaviour, set both arguments to FALSE. There is
also a new argument 'verbose', with default
TRUE. This currently only affects 'download.file'.
v0.1-6 (2017-05-07)
o flex_web_service: new argument 'delay', which
defines how long to wait between sending the token
and attempting to download the report; default
value is 2
o ib_hist_data: argument 'trim' now has default TRUE
v0.1-5 (2017-02-07)
o flex_web_service: fix/improve error checking
v0.1-4 (2017-01-27)
o flex_web_service: the function now checks for and
reports messages from IB in the downloaded report.
This is currently only supported (tested) for CSV
reports.
v0.1-3 (2017-01-17)
o new functions 'flex_web_service' and 'latest_timestamp'
v0.1-2 (2016-08-10)
o ib_hist_data: new arguments 'accumulate' and 'trim'
v0.1-1 (2016-06-15)
o ib_hist_data: new arguments 'skip.from', 'skip.until'
and 'skip.tz' for skipping intraday periods
v0.1-0 (2016-02-26)
o initial version: the package provides functions for
downloading historical data from Interactive
Brokers