Class: Quickfix50Sp2::PositionTransferInstruction::NoStreams::NoStreamAssetAttributes
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PositionTransferInstruction::NoStreams::NoStreamAssetAttributes
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoStreamAssetAttributes
constructor
A new instance of NoStreamAssetAttributes.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoStreamAssetAttributes
Returns a new instance of NoStreamAssetAttributes.
385733 385734 385735 385736 385737 385738 385739 385740 |
# File 'lib/quickfix50sp2.rb', line 385733 def initialize order = Quickfix::IntArray.new(4) order[0] = 41238 order[1] = 41239 order[2] = 41240 order[3] = 0 super(41237, 41238, order) end |