Class: Quickfix50Sp2::AssignmentReport::NoUnderlyings::NoUnderlyingProtectionTerms::NoUnderlyingProtectionTermObligations
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AssignmentReport::NoUnderlyings::NoUnderlyingProtectionTerms::NoUnderlyingProtectionTermObligations
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingProtectionTermObligations
constructor
A new instance of NoUnderlyingProtectionTermObligations.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingProtectionTermObligations
Returns a new instance of NoUnderlyingProtectionTermObligations.
274891 274892 274893 274894 274895 274896 274897 |
# File 'lib/quickfix50sp2.rb', line 274891 def initialize order = Quickfix::IntArray.new(3) order[0] = 42088 order[1] = 42089 order[2] = 0 super(42087, 42088, order) end |