Class: Quickfix50Sp2::AssignmentReport::NoLegs::NoLegStreams::NoLegStreamAssetAttributes
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AssignmentReport::NoLegs::NoLegStreams::NoLegStreamAssetAttributes
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLegStreamAssetAttributes
constructor
A new instance of NoLegStreamAssetAttributes.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegStreamAssetAttributes
Returns a new instance of NoLegStreamAssetAttributes.
272142 272143 272144 272145 272146 272147 272148 272149 |
# File 'lib/quickfix50sp2.rb', line 272142 def initialize order = Quickfix::IntArray.new(4) order[0] = 41453 order[1] = 41454 order[2] = 41455 order[3] = 0 super(41452, 41453, order) end |