Class: Quickfix50Sp2::AllocationReport::NoLegs::NoLegStreams::NoLegDeliverySchedules::NoLegDeliveryScheduleSettlDays
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AllocationReport::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.
267363 267364 267365 267366 267367 267368 267369 267370 |
# File 'lib/quickfix50sp2.rb', line 267363 def initialize order = Quickfix::IntArray.new(4) order[0] = 41423 order[1] = 41424 order[2] = 41425 order[3] = 0 super(41422, 41423, order) end |