Class: Quickfix50Sp2::OrderMassStatusRequest::NoUnderlyingStreams::NoUnderlyingPaymentStreamPaymentDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::OrderMassStatusRequest::NoUnderlyingStreams::NoUnderlyingPaymentStreamPaymentDates
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingPaymentStreamPaymentDates
constructor
A new instance of NoUnderlyingPaymentStreamPaymentDates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingPaymentStreamPaymentDates
Returns a new instance of NoUnderlyingPaymentStreamPaymentDates.
197437 197438 197439 197440 197441 197442 197443 |
# File 'lib/quickfix50sp2.rb', line 197437 def initialize order = Quickfix::IntArray.new(3) order[0] = 41938 order[1] = 41939 order[2] = 0 super(41937, 41938, order) end |