Class: Quickfix50::TradeCaptureReport::NoRootPartyIDs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50::TradeCaptureReport::NoRootPartyIDs
- Defined in:
- lib/quickfix50.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.
7559 7560 7561 7562 7563 7564 7565 7566 7567 |
# File 'lib/quickfix50.rb', line 7559 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 |