Class: Quickfix50Sp2::MarketDefinition::NoMDFeedTypes
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::MarketDefinition::NoMDFeedTypes
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoMDFeedTypes
constructor
A new instance of NoMDFeedTypes.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoMDFeedTypes
Returns a new instance of NoMDFeedTypes.
341426 341427 341428 341429 341430 341431 341432 341433 341434 341435 341436 341437 341438 341439 341440 341441 |
# File 'lib/quickfix50sp2.rb', line 341426 def initialize order = Quickfix::IntArray.new(12) order[0] = 1022 order[1] = 1683 order[2] = 264 order[3] = 2563 order[4] = 2564 order[5] = 2565 order[6] = 2566 order[7] = 1021 order[8] = 1173 order[9] = 2567 order[10] = 2568 order[11] = 0 super(1141, 1022, order) end |