Class: Quickfix50Sp1::NewOrderCross::NoRootPartyIDs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp1::NewOrderCross::NoRootPartyIDs
- Defined in:
- lib/quickfix50sp1.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.
6283 6284 6285 6286 6287 6288 6289 6290 6291 |
# File 'lib/quickfix50sp1.rb', line 6283 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 |