Class: Quickfix50Sp2::AllocationInstruction::NoUnderlyings::NoUnderlyingEvents
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AllocationInstruction::NoUnderlyings::NoUnderlyingEvents
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingEvents
constructor
A new instance of NoUnderlyingEvents.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingEvents
Returns a new instance of NoUnderlyingEvents.
46889 46890 46891 46892 46893 46894 46895 46896 46897 46898 46899 46900 46901 46902 46903 |
# File 'lib/quickfix50sp2.rb', line 46889 def initialize order = Quickfix::IntArray.new(11) order[0] = 1982 order[1] = 1983 order[2] = 1984 order[3] = 1985 order[4] = 1986 order[5] = 2342 order[6] = 1987 order[7] = 2071 order[8] = 2072 order[9] = 2073 order[10] = 0 super(1981, 1982, order) end |