Class: Quickfix50Sp2::QuoteRequestReject::NoRootPartyIDs::NoRootPartySubIDs
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::QuoteRequestReject::NoRootPartyIDs::NoRootPartySubIDs
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoRootPartySubIDs
constructor
A new instance of NoRootPartySubIDs.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoRootPartySubIDs
15512 15513 15514 15515 15516 15517 15518 |
# File 'lib/quickfix50sp2.rb', line 15512 def initialize order = Quickfix::IntArray.new(3) order[0] = 1121 order[1] = 1122 order[2] = 0 super(1120, 1121, order) end |