Class: Quickfix50Sp2::AllocationInstructionAlert::NoProvisions::NoProvisionCashSettlPaymentDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AllocationInstructionAlert::NoProvisions::NoProvisionCashSettlPaymentDates
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoProvisionCashSettlPaymentDates
constructor
A new instance of NoProvisionCashSettlPaymentDates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoProvisionCashSettlPaymentDates
Returns a new instance of NoProvisionCashSettlPaymentDates.
324586 324587 324588 324589 324590 324591 324592 |
# File 'lib/quickfix50sp2.rb', line 324586 def initialize order = Quickfix::IntArray.new(3) order[0] = 40172 order[1] = 40173 order[2] = 0 super(40171, 40172, order) end |