Class: Quickfix50Sp2::DerivativeSecurityListUpdateReport::NoMarketSegments::NoPriceRangeRules
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::DerivativeSecurityListUpdateReport::NoMarketSegments::NoPriceRangeRules
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoPriceRangeRules
constructor
A new instance of NoPriceRangeRules.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoPriceRangeRules
Returns a new instance of NoPriceRangeRules.
337473 337474 337475 337476 337477 337478 337479 337480 337481 337482 337483 |
# File 'lib/quickfix50sp2.rb', line 337473 def initialize order = Quickfix::IntArray.new(7) order[0] = 2551 order[1] = 2552 order[2] = 2553 order[3] = 2554 order[4] = 2556 order[5] = 2555 order[6] = 0 super(2550, 2551, order) end |