Class: Quickfix50Sp2::Confirmation::NoLegs::NoLegProtectionTerms
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::Confirmation::NoLegs::NoLegProtectionTerms
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoLegProtectionTermEventNewsSources, NoLegProtectionTermEvents, NoLegProtectionTermObligations
Instance Method Summary collapse
-
#initialize ⇒ NoLegProtectionTerms
constructor
A new instance of NoLegProtectionTerms.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegProtectionTerms
Returns a new instance of NoLegProtectionTerms.
224778 224779 224780 224781 224782 224783 224784 224785 224786 224787 224788 224789 224790 224791 224792 224793 |
# File 'lib/quickfix50sp2.rb', line 224778 def initialize order = Quickfix::IntArray.new(12) order[0] = 41618 order[1] = 41619 order[2] = 41620 order[3] = 41621 order[4] = 41622 order[5] = 41623 order[6] = 41624 order[7] = 41614 order[8] = 41625 order[9] = 41635 order[10] = 41617 order[11] = 0 super(41616, 41618, order) end |