Method: Quickfix50Sp2::AllocationInstruction::NoInstrAttrib#initialize
- Defined in:
- lib/quickfix50sp2.rb
#initialize ⇒ NoInstrAttrib
Returns a new instance of NoInstrAttrib.
3730 3731 3732 3733 3734 3735 3736 |
# File 'lib/quickfix50sp2.rb', line 3730 def initialize order = Quickfix::IntArray.new(3) order[0] = 871 order[1] = 872 order[2] = 0 super(870, 871, order) end |