Class: Quickfix50Sp2::MarketDataStatisticsReport::NoLegs::NoLegEvents
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::MarketDataStatisticsReport::NoLegs::NoLegEvents
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLegEvents
constructor
A new instance of NoLegEvents.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegEvents
Returns a new instance of NoLegEvents.
401104 401105 401106 401107 401108 401109 401110 401111 401112 401113 401114 401115 401116 401117 401118 |
# File 'lib/quickfix50sp2.rb', line 401104 def initialize order = Quickfix::IntArray.new(11) order[0] = 2060 order[1] = 2061 order[2] = 2062 order[3] = 2063 order[4] = 2064 order[5] = 2341 order[6] = 2065 order[7] = 2066 order[8] = 2074 order[9] = 2075 order[10] = 0 super(2059, 2060, order) end |