Class: Quickfix50Sp2::QuoteRequest::NoRootPartyIDs
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::QuoteRequest::NoRootPartyIDs
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoRootPartySubIDs
Instance Method Summary collapse
-
#initialize ⇒ NoRootPartyIDs
constructor
A new instance of NoRootPartyIDs.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoRootPartyIDs
Returns a new instance of NoRootPartyIDs.
57412 57413 57414 57415 57416 57417 57418 57419 57420 57421 |
# File 'lib/quickfix50sp2.rb', line 57412 def initialize order = Quickfix::IntArray.new(6) order[0] = 1117 order[1] = 1118 order[2] = 1119 order[3] = 2388 order[4] = 1120 order[5] = 0 super(1116, 1117, order) end |