File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,6 @@ module IB
205205 'NONE' => :none , # Used to indicate no hedge in :delta_neutral_order_type
206206 'None' => :none , # Used to indicate no hedge in :delta_neutral_order_type
207207 } . freeze
208-
209208 # Valid security types (sec_type attribute of IB::Contract)
210209 SECURITY_TYPES =
211210 { 'BAG' => :bag ,
@@ -223,7 +222,13 @@ module IB
223222 'OPT' => :option ,
224223 'IOPT' => :dutch_option ,
225224 'STK' => :stock ,
226- 'WAR' => :warrant } . freeze
225+ 'WAR' => :warrant ,
226+ 'ICU' => :icu ,
227+ 'ICS' => :ics ,
228+ 'BILL' => :bill ,
229+ 'BSK' => :basket ,
230+ 'FWD' => :forward ,
231+ 'FIXED' => :fixed } . freeze
227232
228233 # Obtain symbolic value from given property code:
229234 # VALUES[:side]['B'] -> :buy
You can’t perform that action at this time.
0 commit comments