Class: Quickfix50Sp2::AllocationInstruction::NoUnderlyings::NoUnderlyingProvisions::NoUnderlyingProvisionCashSettlPaymentDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AllocationInstruction::NoUnderlyings::NoUnderlyingProvisions::NoUnderlyingProvisionCashSettlPaymentDates
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingProvisionCashSettlPaymentDates
constructor
A new instance of NoUnderlyingProvisionCashSettlPaymentDates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingProvisionCashSettlPaymentDates
Returns a new instance of NoUnderlyingProvisionCashSettlPaymentDates.
48195 48196 48197 48198 48199 48200 48201 |
# File 'lib/quickfix50sp2.rb', line 48195 def initialize order = Quickfix::IntArray.new(3) order[0] = 42100 order[1] = 42101 order[2] = 0 super(42099, 42100, order) end |