Class: Quickfix50Sp2::Advertisement::NoRelatedInstruments
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::Advertisement::NoRelatedInstruments
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoRelatedInstruments
constructor
A new instance of NoRelatedInstruments.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoRelatedInstruments
10438 10439 10440 10441 10442 10443 10444 10445 10446 10447 10448 10449 10450 10451 10452 |
# File 'lib/quickfix50sp2.rb', line 10438 def initialize order = Quickfix::IntArray.new(11) order[0] = 1648 order[1] = 1649 order[2] = 1650 order[3] = 1651 order[4] = 1652 order[5] = 1653 order[6] = 2413 order[7] = 2414 order[8] = 2415 order[9] = 2417 order[10] = 0 super(1647, 1648, order) end |