Class: Quickfix50Sp2::AllocationInstruction::NoUnderlyings::NoUnderlyingAssetAttributes
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AllocationInstruction::NoUnderlyings::NoUnderlyingAssetAttributes
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingAssetAttributes
constructor
A new instance of NoUnderlyingAssetAttributes.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingAssetAttributes
Returns a new instance of NoUnderlyingAssetAttributes.
46919 46920 46921 46922 46923 46924 46925 46926 |
# File 'lib/quickfix50sp2.rb', line 46919 def initialize order = Quickfix::IntArray.new(4) order[0] = 2313 order[1] = 2314 order[2] = 2315 order[3] = 0 super(2312, 2313, order) end |