Class: Quickfix50Sp2::TradingSessionStatus::NoStreams::NoPaymentStreamFormulas
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::TradingSessionStatus::NoStreams::NoPaymentStreamFormulas
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoPaymentStreamFormulas
constructor
A new instance of NoPaymentStreamFormulas.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoPaymentStreamFormulas
Returns a new instance of NoPaymentStreamFormulas.
122630 122631 122632 122633 122634 122635 122636 122637 |
# File 'lib/quickfix50sp2.rb', line 122630 def initialize order = Quickfix::IntArray.new(4) order[0] = 43109 order[1] = 42684 order[2] = 42685 order[3] = 0 super(42683, 43109, order) end |