Class: Quickfix50Sp2::PayManagementReport::NoMarketDisruptionFallbackReferencePrices
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PayManagementReport::NoMarketDisruptionFallbackReferencePrices
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoMarketDisruptionFallbackReferencePrices
constructor
A new instance of NoMarketDisruptionFallbackReferencePrices.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoMarketDisruptionFallbackReferencePrices
Returns a new instance of NoMarketDisruptionFallbackReferencePrices.
409451 409452 409453 409454 409455 409456 409457 409458 409459 409460 409461 409462 409463 409464 |
# File 'lib/quickfix50sp2.rb', line 409451 def initialize order = Quickfix::IntArray.new(10) order[0] = 41097 order[1] = 41098 order[2] = 41099 order[3] = 41100 order[4] = 41101 order[5] = 41102 order[6] = 41103 order[7] = 41104 order[8] = 41105 order[9] = 0 super(41096, 41097, order) end |