Class: Quickfix50Sp2::NewOrderCross::NoProtectionTerms
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::NewOrderCross::NoProtectionTerms
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoProtectionTermEventNewsSources, NoProtectionTermEvents, NoProtectionTermObligations
Instance Method Summary collapse
-
#initialize ⇒ NoProtectionTerms
constructor
A new instance of NoProtectionTerms.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoProtectionTerms
Returns a new instance of NoProtectionTerms.
140693 140694 140695 140696 140697 140698 140699 140700 140701 140702 140703 140704 140705 140706 140707 140708 |
# File 'lib/quickfix50sp2.rb', line 140693 def initialize order = Quickfix::IntArray.new(12) order[0] = 40182 order[1] = 40183 order[2] = 40184 order[3] = 40185 order[4] = 40186 order[5] = 40187 order[6] = 40188 order[7] = 40951 order[8] = 40191 order[9] = 40201 order[10] = 40190 order[11] = 0 super(40181, 40182, order) end |