Method: Quickfix44::AllocationInstruction::NoInstrAttrib#initialize
- Defined in:
- lib/quickfix44.rb
#initialize ⇒ NoInstrAttrib
Returns a new instance of NoInstrAttrib.
2186 2187 2188 2189 2190 2191 2192 |
# File 'lib/quickfix44.rb', line 2186 def initialize order = Quickfix::IntArray.new(3) order[0] = 871 order[1] = 872 order[2] = 0 super(870, 871, order) end |