Class: Quickfix50Sp2::IOI::NoLegs::NoLegAssetAttributes
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::IOI::NoLegs::NoLegAssetAttributes
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLegAssetAttributes
constructor
A new instance of NoLegAssetAttributes.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegAssetAttributes
Returns a new instance of NoLegAssetAttributes.
3661 3662 3663 3664 3665 3666 3667 3668 |
# File 'lib/quickfix50sp2.rb', line 3661 def initialize order = Quickfix::IntArray.new(4) order[0] = 2309 order[1] = 2310 order[2] = 2311 order[3] = 0 super(2308, 2309, order) end |