Class: Quickfix50Sp2::AllocationInstructionAlert::NoOrders
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp2::AllocationInstructionAlert::NoOrders
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoNested2PartyIDs
Instance Method Summary collapse
-
#initialize ⇒ NoOrders
constructor
A new instance of NoOrders.
Constructor Details
#initialize ⇒ NoOrders
Returns a new instance of NoOrders.
15579 15580 15581 15582 15583 15584 15585 15586 15587 15588 15589 15590 15591 15592 |
# File 'lib/quickfix50sp2.rb', line 15579 def initialize order = Quickfix::IntArray.new(10) order[0] = 11 order[1] = 37 order[2] = 198 order[3] = 526 order[4] = 66 order[5] = 756 order[6] = 38 order[7] = 799 order[8] = 800 order[9] = 0 super(73, 11, order) end |