Class: Quickfix50Sp2::PositionMaintenanceRequest::NoLegs::NoLegFinancingTermSupplements
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PositionMaintenanceRequest::NoLegs::NoLegFinancingTermSupplements
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLegFinancingTermSupplements
constructor
A new instance of NoLegFinancingTermSupplements.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegFinancingTermSupplements
Returns a new instance of NoLegFinancingTermSupplements.
228450 228451 228452 228453 228454 228455 228456 |
# File 'lib/quickfix50sp2.rb', line 228450 def initialize order = Quickfix::IntArray.new(3) order[0] = 42201 order[1] = 42202 order[2] = 0 super(42200, 42201, order) end |