Class: Quickfix50Sp2::SecurityDefinitionUpdateReport::NoStreams::NoPaymentSchedules::NoPaymentScheduleFixingDays
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::SecurityDefinitionUpdateReport::NoStreams::NoPaymentSchedules::NoPaymentScheduleFixingDays
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoPaymentScheduleFixingDays
constructor
A new instance of NoPaymentScheduleFixingDays.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoPaymentScheduleFixingDays
Returns a new instance of NoPaymentScheduleFixingDays.
311344 311345 311346 311347 311348 311349 311350 |
# File 'lib/quickfix50sp2.rb', line 311344 def initialize order = Quickfix::IntArray.new(3) order[0] = 41162 order[1] = 41163 order[2] = 0 super(41161, 41162, order) end |