Class: Quickfix50Sp2::CollateralAssignment::NoLegs::NoLegPhysicalSettlTerms
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::CollateralAssignment::NoLegs::NoLegPhysicalSettlTerms
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoLegPhysicalSettlDeliverableObligations
Instance Method Summary collapse
-
#initialize ⇒ NoLegPhysicalSettlTerms
constructor
A new instance of NoLegPhysicalSettlTerms.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegPhysicalSettlTerms
Returns a new instance of NoLegPhysicalSettlTerms.
283686 283687 283688 283689 283690 283691 283692 283693 283694 283695 |
# File 'lib/quickfix50sp2.rb', line 283686 def initialize order = Quickfix::IntArray.new(6) order[0] = 41604 order[1] = 41601 order[2] = 41602 order[3] = 41603 order[4] = 41600 order[5] = 0 super(41599, 41604, order) end |