Class: Quickfix50Sp2::CollateralAssignment::NoPhysicalSettlTerms
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::CollateralAssignment::NoPhysicalSettlTerms
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoPhysicalSettlDeliverableObligations
Instance Method Summary collapse
-
#initialize ⇒ NoPhysicalSettlTerms
constructor
A new instance of NoPhysicalSettlTerms.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoPhysicalSettlTerms
281913 281914 281915 281916 281917 281918 281919 281920 281921 281922 |
# File 'lib/quickfix50sp2.rb', line 281913 def initialize order = Quickfix::IntArray.new(6) order[0] = 40209 order[1] = 40205 order[2] = 40206 order[3] = 40207 order[4] = 40208 order[5] = 0 super(40204, 40209, order) end |