Class: Quickfix50Sp2::CollateralResponse::NoSecondaryAssetClasses
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::CollateralResponse::NoSecondaryAssetClasses
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoSecondaryAssetClasses
constructor
A new instance of NoSecondaryAssetClasses.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoSecondaryAssetClasses
Returns a new instance of NoSecondaryAssetClasses.
285693 285694 285695 285696 285697 285698 285699 285700 285701 |
# File 'lib/quickfix50sp2.rb', line 285693 def initialize order = Quickfix::IntArray.new(5) order[0] = 1977 order[1] = 1978 order[2] = 1979 order[3] = 2741 order[4] = 0 super(1976, 1977, order) end |