Class: Quickfix50Sp2::SecurityList::NoRelatedSym::NoSecurityClassifications
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::SecurityList::NoRelatedSym::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.
162132 162133 162134 162135 162136 162137 162138 |
# File 'lib/quickfix50sp2.rb', line 162132 def initialize order = Quickfix::IntArray.new(3) order[0] = 1583 order[1] = 1584 order[2] = 0 super(1582, 1583, order) end |