Class: Quickfix50Sp2::AllocationInstructionAlert::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingPaymentStreamPricingDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AllocationInstructionAlert::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingPaymentStreamPricingDates
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingPaymentStreamPricingDates
constructor
A new instance of NoUnderlyingPaymentStreamPricingDates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingPaymentStreamPricingDates
Returns a new instance of NoUnderlyingPaymentStreamPricingDates.
325775 325776 325777 325778 325779 325780 325781 |
# File 'lib/quickfix50sp2.rb', line 325775 def initialize order = Quickfix::IntArray.new(3) order[0] = 41942 order[1] = 41943 order[2] = 0 super(41941, 41942, order) end |