Method: Quickfix44::Advertisement::NoLegs::NoLegSecurityAltID#initialize
- Defined in:
- lib/quickfix44.rb
#initialize ⇒ NoLegSecurityAltID
Returns a new instance of NoLegSecurityAltID.
331 332 333 334 335 336 337 |
# File 'lib/quickfix44.rb', line 331 def initialize order = Quickfix::IntArray.new(3) order[0] = 605 order[1] = 606 order[2] = 0 super(604, 605, order) end |