Method: Quickfix50Sp2::ExecutionReport::NoLegs::NoLegSecurityAltID#initialize
- Defined in:
- lib/quickfix50sp2.rb
#initialize ⇒ NoLegSecurityAltID
Returns a new instance of NoLegSecurityAltID.
1057 1058 1059 1060 1061 1062 1063 |
# File 'lib/quickfix50sp2.rb', line 1057 def initialize order = Quickfix::IntArray.new(3) order[0] = 605 order[1] = 606 order[2] = 0 super(604, 605, order) end |