Class: Quickfix44::ConfirmationRequest::NoOrders::NoNested2PartyIDs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix44::ConfirmationRequest::NoOrders::NoNested2PartyIDs
- Defined in:
- lib/quickfix44.rb
Defined Under Namespace
Classes: NoNested2PartySubIDs
Instance Method Summary collapse
-
#initialize ⇒ NoNested2PartyIDs
constructor
A new instance of NoNested2PartyIDs.
Constructor Details
#initialize ⇒ NoNested2PartyIDs
Returns a new instance of NoNested2PartyIDs.
10699 10700 10701 10702 10703 10704 10705 10706 10707 |
# File 'lib/quickfix44.rb', line 10699 def initialize order = Quickfix::IntArray.new(5) order[0] = 757 order[1] = 758 order[2] = 759 order[3] = 806 order[4] = 0 super(756, 757, order) end |