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

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

#initializeNoLegPaymentScheduleRateSources

Returns a new instance of NoLegPaymentScheduleRateSources.



172381
172382
172383
172384
172385
172386
172387
172388
# File 'lib/quickfix50sp2.rb', line 172381

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 40415
  order[1] = 40416
  order[2] = 40417
  order[3] = 0
  super(40414, 40415, order)
end