Class: Quickfix50Sp2::Advertisement::NoLegs::NoLegProvisions::NoLegProvisionCashSettlPaymentDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::Advertisement::NoLegs::NoLegProvisions::NoLegProvisionCashSettlPaymentDates
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLegProvisionCashSettlPaymentDates
constructor
A new instance of NoLegProvisionCashSettlPaymentDates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegProvisionCashSettlPaymentDates
Returns a new instance of NoLegProvisionCashSettlPaymentDates.
8398 8399 8400 8401 8402 8403 8404 |
# File 'lib/quickfix50sp2.rb', line 8398 def initialize order = Quickfix::IntArray.new(3) order[0] = 40474 order[1] = 40475 order[2] = 0 super(40473, 40474, order) end |