Class: Quickfix50Sp2::AllocationInstructionAlert::NoExecs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp2::AllocationInstructionAlert::NoExecs
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoExecs
constructor
A new instance of NoExecs.
Constructor Details
#initialize ⇒ NoExecs
Returns a new instance of NoExecs.
15618 15619 15620 15621 15622 15623 15624 15625 15626 15627 15628 15629 15630 |
# File 'lib/quickfix50sp2.rb', line 15618 def initialize order = Quickfix::IntArray.new(9) order[0] = 32 order[1] = 17 order[2] = 527 order[3] = 31 order[4] = 669 order[5] = 29 order[6] = 1003 order[7] = 1041 order[8] = 0 super(124, 32, order) end |