Class: Quickfix50Sp2::AssignmentReport::NoLegs::NoLegStreams::NoLegDeliveryStreamCycles
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AssignmentReport::NoLegs::NoLegStreams::NoLegDeliveryStreamCycles
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLegDeliveryStreamCycles
constructor
A new instance of NoLegDeliveryStreamCycles.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegDeliveryStreamCycles
Returns a new instance of NoLegDeliveryStreamCycles.
272767 272768 272769 272770 272771 272772 272773 272774 |
# File 'lib/quickfix50sp2.rb', line 272767 def initialize order = Quickfix::IntArray.new(4) order[0] = 41457 order[1] = 41458 order[2] = 41459 order[3] = 0 super(41456, 41457, order) end |