Class: Quickfix50Sp2::PositionTransferInstruction::NoUnderlyings::NoUnderlyingExtraordinaryEvents
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PositionTransferInstruction::NoUnderlyings::NoUnderlyingExtraordinaryEvents
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingExtraordinaryEvents
constructor
A new instance of NoUnderlyingExtraordinaryEvents.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingExtraordinaryEvents
Returns a new instance of NoUnderlyingExtraordinaryEvents.
388561 388562 388563 388564 388565 388566 388567 |
# File 'lib/quickfix50sp2.rb', line 388561 def initialize order = Quickfix::IntArray.new(3) order[0] = 42885 order[1] = 42886 order[2] = 0 super(42884, 42885, order) end |