Class: Quickfix50Sp1::TradeCaptureReportAck::NoSides::NoAllocs::NoNested2PartyIDs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp1::TradeCaptureReportAck::NoSides::NoAllocs::NoNested2PartyIDs
- Defined in:
- lib/quickfix50sp1.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.
11832 11833 11834 11835 11836 11837 11838 11839 11840 |
# File 'lib/quickfix50sp1.rb', line 11832 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 |