Class: Quickfix50Sp2::SecurityDefinitionUpdateReport::NoStreams::NoDeliverySchedules::NoDeliveryScheduleSettlDays
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::SecurityDefinitionUpdateReport::NoStreams::NoDeliverySchedules::NoDeliveryScheduleSettlDays
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoDeliveryScheduleSettlTimes
Instance Method Summary collapse
-
#initialize ⇒ NoDeliveryScheduleSettlDays
constructor
A new instance of NoDeliveryScheduleSettlDays.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoDeliveryScheduleSettlDays
Returns a new instance of NoDeliveryScheduleSettlDays.
311474 311475 311476 311477 311478 311479 311480 311481 |
# File 'lib/quickfix50sp2.rb', line 311474 def initialize order = Quickfix::IntArray.new(4) order[0] = 41052 order[1] = 41053 order[2] = 41054 order[3] = 0 super(41051, 41052, order) end |