Class: Quickfix50Sp1::RegistrationInstructions::NoRegistDtls::NoNestedPartyIDs::NoNestedPartySubIDs
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp1::RegistrationInstructions::NoRegistDtls::NoNestedPartyIDs::NoNestedPartySubIDs
- Defined in:
- lib/quickfix50sp1.rb
Instance Method Summary collapse
-
#initialize ⇒ NoNestedPartySubIDs
constructor
A new instance of NoNestedPartySubIDs.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoNestedPartySubIDs
Returns a new instance of NoNestedPartySubIDs.
8873 8874 8875 8876 8877 8878 8879 |
# File 'lib/quickfix50sp1.rb', line 8873 def initialize order = Quickfix::IntArray.new(3) order[0] = 545 order[1] = 805 order[2] = 0 super(804, 545, order) end |