Class: Quickfix50Sp2::AllocationInstructionAlert::NoStreams::NoNonDeliverableFixingDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AllocationInstructionAlert::NoStreams::NoNonDeliverableFixingDates
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoNonDeliverableFixingDates
constructor
A new instance of NoNonDeliverableFixingDates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoNonDeliverableFixingDates
Returns a new instance of NoNonDeliverableFixingDates.
324176 324177 324178 324179 324180 324181 324182 |
# File 'lib/quickfix50sp2.rb', line 324176 def initialize order = Quickfix::IntArray.new(3) order[0] = 40826 order[1] = 40827 order[2] = 0 super(40825, 40826, order) end |