Class: Quickfix50Sp1::TradeCaptureReport::NoRootPartyIDs::NoRootPartySubIDs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp1::TradeCaptureReport::NoRootPartyIDs::NoRootPartySubIDs
- Defined in:
- lib/quickfix50sp1.rb
Instance Method Summary collapse
-
#initialize ⇒ NoRootPartySubIDs
constructor
A new instance of NoRootPartySubIDs.
Constructor Details
#initialize ⇒ NoRootPartySubIDs
Returns a new instance of NoRootPartySubIDs.
8472 8473 8474 8475 8476 8477 8478 |
# File 'lib/quickfix50sp1.rb', line 8472 def initialize order = Quickfix::IntArray.new(3) order[0] = 1121 order[1] = 1122 order[2] = 0 super(1120, 1121, order) end |