Class: Quickfix50Sp2::News::NoLegs::NoLegMarketDisruptionFallbackReferencePrices
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::News::NoLegs::NoLegMarketDisruptionFallbackReferencePrices
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLegMarketDisruptionFallbackReferencePrices
constructor
A new instance of NoLegMarketDisruptionFallbackReferencePrices.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegMarketDisruptionFallbackReferencePrices
Returns a new instance of NoLegMarketDisruptionFallbackReferencePrices.
18531 18532 18533 18534 18535 18536 18537 18538 18539 18540 18541 18542 18543 18544 |
# File 'lib/quickfix50sp2.rb', line 18531 def initialize order = Quickfix::IntArray.new(10) order[0] = 41472 order[1] = 41473 order[2] = 41474 order[3] = 41475 order[4] = 41476 order[5] = 41477 order[6] = 41478 order[7] = 41479 order[8] = 41480 order[9] = 0 super(41471, 41472, order) end |