forked from ib-ruby/ib-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HISTORY
207 lines (104 loc) · 2.96 KB
/
HISTORY
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
== 0.1 / 2006-11-12
* Initial version - Paul Legato
== 0.2 / 2007-02-14
* Alpha Release - Paul Legato
== 0.3 / 2009-06-18
* Gem packaging
== 0.4 / 2011-09-04
* Repackaging with Bundler and Gemfile
== 0.4.3 / 2011-09-05
* Old tests converted into specs
== 0.4.4 / 2011-09-05
* IB references and Java examples added
== 0.4.6 / 2011-09-07
* CSV Downloader Java examples added
== 0.4.7 / 2011-09-12
* Datatypes turned into Models
== 0.4.14 / 2011-09-18
* DOM script added
== 0.4.19 / 2011-09-19
* All IB messages implemented
== 0.4.20 / 2011-09-19
* IB::Connection#subscribe now accepts Symbols with message names
== 0.4.22 / 2011-09-20
* Fixed minor buglets
== 0.5.0 / 2011-10-29
* Rake versioning bug resolved
== 0.5.1 / 2011-10-29
* Connection specs extended
== 0.5.2 / 2011-10-30
* Add nonblocking Connection#process_messages API
== 0.5.4 / 2011-12-16
* Placing Version source file into its proper place
== 0.5.5 / 2011-12-16
* ComboLeg serialization signature changed
== 0.5.6 / 2011-12-16
* Models::ComboLeg given a source file of its own
== 0.5.7 / 2011-12-16
* Option subclass of Contract added
== 0.5.8 / 2011-12-16
* Critical bugs in Order-related messages fixed
== 0.5.9 / 2011-12-16
* Sample scripts to place and cancel orders added
== 0.5.10 / 2011-12-19
* Bag Contract subclass added
== 0.5.11 / 2011-12-20
* Release Connection.current API
== 0.5.12 / 2011-12-21
* Logging support hacked back in
== 0.5.13 / 2012-01-03
* Critical bug in Connection#place_order fixed
== 0.5.14 / 2012-01-28
* Bump after Rebundling
== 0.5.15 / 2012-02-01
* Docs improvement
== 0.5.16 / 2012-02-08
* Message specs refactored
== 0.5.17 / 2012-02-12
* Connection#send_message bugfix
== 0.5.18 / 2012-02-15
* Bugfix release
== 0.5.19 / 2012-02-23
* Contract
== 0.5.21 / 2012-03-06
* Fully tested with integration spec suite
== 0.6.0 / 2012-03-09
* Connection wait_for/received/received? API added
== 0.6.1 / 2012-03-14
* Version bump
== 0.7.0 / 2012-03-22
* Support for API v.967
== 0.7.1 / 2012-03-22
* Starting preparation for ActiveModel compatibility
== 0.7.2 / 2012-03-23
* Better spec documentation
== 0.7.3 / 2012-03-23
* Connection API extended
== 0.7.4 / 2012-04-04
* Order equality bug fixed
== 0.7.5 / 2012-04-16
* Optional DB backend for Models /ActiveRecord/
== 0.7.6 / 2012-04-18
* Bugfix for FundamentalData
== 0.7.7 / 2012-04-20
* Model validations and DB backend
== 0.7.8 / 2012-04-23
* Models are now fully DB-backed
== 0.7.9 / 2012-04-24
* Order and OrderState API extended
== 0.7.10 / 2012-04-25
* Small fixes for DB backend and serialization
== 0.7.11 / 2012-04-25
* DB schema extended
== 0.7.12 / 2012-04-27
* ComboLeg is a join Model
== 0.8.0 / 2012-06-07
* TWS 926 support
== 0.8.1 / 2012-06-13
* Combo routing parameters and algo parameters supported
== 0.8.4 / 2012-07-18
* Working Rails Engine integration
== 0.8.5 / 2012-08-11
* Complete Rails Engine, TWS 929 support
== 0.9.0 / 2012-10-31
* Support for API 967 final