Class: Quickfix50Sp2::DerivativeSecurityListRequest::NoUnderlyingStreams::NoUnderlyingPaymentStreamFixingDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::DerivativeSecurityListRequest::NoUnderlyingStreams::NoUnderlyingPaymentStreamFixingDates
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingPaymentStreamFixingDates
constructor
A new instance of NoUnderlyingPaymentStreamFixingDates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingPaymentStreamFixingDates
Returns a new instance of NoUnderlyingPaymentStreamFixingDates.
166618 166619 166620 166621 166622 166623 166624 |
# File 'lib/quickfix50sp2.rb', line 166618 def initialize order = Quickfix::IntArray.new(3) order[0] = 42956 order[1] = 42957 order[2] = 0 super(42955, 42956, order) end |