Class: Quickfix50Sp2::TradeMatchReport::NoInstrmtMatchSides::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingDeliveryStreamCycles
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::TradeMatchReport::NoInstrmtMatchSides::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingDeliveryStreamCycles
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingDeliveryStreamCycles
constructor
A new instance of NoUnderlyingDeliveryStreamCycles.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingDeliveryStreamCycles
Returns a new instance of NoUnderlyingDeliveryStreamCycles.
369868 369869 369870 369871 369872 369873 369874 369875 |
# File 'lib/quickfix50sp2.rb', line 369868 def initialize order = Quickfix::IntArray.new(4) order[0] = 41805 order[1] = 41806 order[2] = 41807 order[3] = 0 super(41804, 41805, order) end |