Class: Quickfix50Sp2::MarketDataStatisticsReport::NoUnderlyings::NoUnderlyingMarketDisruptionFallbackReferencePrices
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::MarketDataStatisticsReport::NoUnderlyings::NoUnderlyingMarketDisruptionFallbackReferencePrices
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingMarketDisruptionFallbackReferencePrices
constructor
A new instance of NoUnderlyingMarketDisruptionFallbackReferencePrices.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingMarketDisruptionFallbackReferencePrices
Returns a new instance of NoUnderlyingMarketDisruptionFallbackReferencePrices.
399599 399600 399601 399602 399603 399604 399605 399606 399607 399608 399609 399610 399611 399612 |
# File 'lib/quickfix50sp2.rb', line 399599 def initialize order = Quickfix::IntArray.new(10) order[0] = 41869 order[1] = 41870 order[2] = 41871 order[3] = 41872 order[4] = 41873 order[5] = 41874 order[6] = 41875 order[7] = 41876 order[8] = 41877 order[9] = 0 super(41868, 41869, order) end |