Class: Quickfix50Sp2::SecurityDefinition::NoSecurityClassifications
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::SecurityDefinition::NoSecurityClassifications
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoSecurityClassifications
constructor
A new instance of NoSecurityClassifications.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoSecurityClassifications
Returns a new instance of NoSecurityClassifications.
109492 109493 109494 109495 109496 109497 109498 |
# File 'lib/quickfix50sp2.rb', line 109492 def initialize order = Quickfix::IntArray.new(3) order[0] = 1583 order[1] = 1584 order[2] = 0 super(1582, 1583, order) end |