Class: Quickfix44::AllocationInstruction::NoOrders::NoNested2PartyIDs::NoNested2PartySubIDs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix44::AllocationInstruction::NoOrders::NoNested2PartyIDs::NoNested2PartySubIDs
- Defined in:
- lib/quickfix44.rb
Instance Method Summary collapse
-
#initialize ⇒ NoNested2PartySubIDs
constructor
A new instance of NoNested2PartySubIDs.
Constructor Details
#initialize ⇒ NoNested2PartySubIDs
Returns a new instance of NoNested2PartySubIDs.
1668 1669 1670 1671 1672 1673 1674 |
# File 'lib/quickfix44.rb', line 1668 def initialize order = Quickfix::IntArray.new(3) order[0] = 760 order[1] = 807 order[2] = 0 super(806, 760, order) end |