Class: Quickfix50Sp2::MarketDataStatisticsReport::NoLegs::NoLegStreams::NoLegPaymentStreamFormulas
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::MarketDataStatisticsReport::NoLegs::NoLegStreams::NoLegPaymentStreamFormulas
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLegPaymentStreamFormulas
constructor
A new instance of NoLegPaymentStreamFormulas.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegPaymentStreamFormulas
Returns a new instance of NoLegPaymentStreamFormulas.
401785 401786 401787 401788 401789 401790 401791 401792 |
# File 'lib/quickfix50sp2.rb', line 401785 def initialize order = Quickfix::IntArray.new(4) order[0] = 43110 order[1] = 42486 order[2] = 42487 order[3] = 0 super(42485, 43110, order) end |