Class: Quickfix50Sp2::AdjustedPositionReport::NoRelatedSym::NoAssetAttributes
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AdjustedPositionReport::NoRelatedSym::NoAssetAttributes
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoAssetAttributes
constructor
A new instance of NoAssetAttributes.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoAssetAttributes
Returns a new instance of NoAssetAttributes.
321542 321543 321544 321545 321546 321547 321548 321549 |
# File 'lib/quickfix50sp2.rb', line 321542 def initialize order = Quickfix::IntArray.new(4) order[0] = 2305 order[1] = 2306 order[2] = 2307 order[3] = 0 super(2304, 2305, order) end |