Class: Quickfix50Sp2::AllocationInstruction::NoLegs::NoLegStreams::NoLegDeliverySchedules::NoLegDeliveryScheduleSettlDays
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AllocationInstruction::NoLegs::NoLegStreams::NoLegDeliverySchedules::NoLegDeliveryScheduleSettlDays
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoLegDeliveryScheduleSettlTimes
Instance Method Summary collapse
-
#initialize ⇒ NoLegDeliveryScheduleSettlDays
constructor
A new instance of NoLegDeliveryScheduleSettlDays.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegDeliveryScheduleSettlDays
Returns a new instance of NoLegDeliveryScheduleSettlDays.
49788 49789 49790 49791 49792 49793 49794 49795 |
# File 'lib/quickfix50sp2.rb', line 49788 def initialize order = Quickfix::IntArray.new(4) order[0] = 41423 order[1] = 41424 order[2] = 41425 order[3] = 0 super(41422, 41423, order) end |