Class: Quickfix50Sp2::Advertisement::NoLegs::NoLegStreams::NoLegPaymentSchedules::NoLegPaymentScheduleFixingDays
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::Advertisement::NoLegs::NoLegStreams::NoLegPaymentSchedules::NoLegPaymentScheduleFixingDays
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLegPaymentScheduleFixingDays
constructor
A new instance of NoLegPaymentScheduleFixingDays.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegPaymentScheduleFixingDays
8095 8096 8097 8098 8099 8100 8101 |
# File 'lib/quickfix50sp2.rb', line 8095 def initialize order = Quickfix::IntArray.new(3) order[0] = 41531 order[1] = 41532 order[2] = 0 super(41530, 41531, order) end |