Class: Quickfix50Sp2::CrossOrderCancelRequest::NoLegs::NoLegProtectionTerms::NoLegProtectionTermEvents
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::CrossOrderCancelRequest::NoLegs::NoLegProtectionTerms::NoLegProtectionTermEvents
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoLegProtectionTermEventQualifiers
Instance Method Summary collapse
-
#initialize ⇒ NoLegProtectionTermEvents
constructor
A new instance of NoLegProtectionTermEvents.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegProtectionTermEvents
Returns a new instance of NoLegProtectionTermEvents.
154929 154930 154931 154932 154933 154934 154935 154936 154937 154938 154939 154940 154941 |
# File 'lib/quickfix50sp2.rb', line 154929 def initialize order = Quickfix::IntArray.new(9) order[0] = 41626 order[1] = 41627 order[2] = 41628 order[3] = 41629 order[4] = 41630 order[5] = 41631 order[6] = 41632 order[7] = 41633 order[8] = 0 super(41625, 41626, order) end |