Class: Quickfix50Sp2::OrderMassActionRequest::NoUnderlyingStreams::NoUnderlyingPaymentStreamFormulas
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::OrderMassActionRequest::NoUnderlyingStreams::NoUnderlyingPaymentStreamFormulas
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingPaymentStreamFormulas
constructor
A new instance of NoUnderlyingPaymentStreamFormulas.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingPaymentStreamFormulas
Returns a new instance of NoUnderlyingPaymentStreamFormulas.
347374 347375 347376 347377 347378 347379 347380 347381 |
# File 'lib/quickfix50sp2.rb', line 347374 def initialize order = Quickfix::IntArray.new(4) order[0] = 43111 order[1] = 42982 order[2] = 42983 order[3] = 0 super(42981, 43111, order) end |