Method: Quickfix50Sp2::MultilegOrderCancelReplace::NoLegs::NoLegSecurityAltID#initialize
- Defined in:
- lib/quickfix50sp2.rb
#initialize ⇒ NoLegSecurityAltID
Returns a new instance of NoLegSecurityAltID.
14251 14252 14253 14254 14255 14256 14257 |
# File 'lib/quickfix50sp2.rb', line 14251 def initialize order = Quickfix::IntArray.new(3) order[0] = 605 order[1] = 606 order[2] = 0 super(604, 605, order) end |