Class: Quickfix50Sp2::TradeCaptureReport::NoRootPartyIDs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp2::TradeCaptureReport::NoRootPartyIDs
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoRootPartySubIDs
Instance Method Summary collapse
-
#initialize ⇒ NoRootPartyIDs
constructor
A new instance of NoRootPartyIDs.
Constructor Details
#initialize ⇒ NoRootPartyIDs
Returns a new instance of NoRootPartyIDs.
9102 9103 9104 9105 9106 9107 9108 9109 9110 |
# File 'lib/quickfix50sp2.rb', line 9102 def initialize order = Quickfix::IntArray.new(5) order[0] = 1117 order[1] = 1118 order[2] = 1119 order[3] = 1120 order[4] = 0 super(1116, 1117, order) end |