Class: Quickfix50Sp2::TradeMatchReport::NoInstrmtMatchSides::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingPaymentSchedules::NoUnderlyingPaymentScheduleRateSources

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

#initialize ⇒ NoUnderlyingPaymentScheduleRateSources

Returns a new instance of NoUnderlyingPaymentScheduleRateSources.



369750
369751
369752
369753
369754
369755
369756
369757
# File 'lib/quickfix50sp2.rb', line 369750

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 40705
	order[1] = 40706
	order[2] = 40707
	order[3] = 0
	super(40704, 40705, order)
end