Class: Quickfix50Sp2::DerivativeSecurityList::NoRelatedSym::NoLegs::NoLegStreams::NoLegPaymentSchedules::NoLegPaymentScheduleFixingDays

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoLegPaymentScheduleFixingDays

Returns a new instance of NoLegPaymentScheduleFixingDays.



172401
172402
172403
172404
172405
172406
172407
# File 'lib/quickfix50sp2.rb', line 172401

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 41531
  order[1] = 41532
  order[2] = 0
  super(41530, 41531, order)
end