Class: Quickfix50Sp2::MarketDataIncrementalRefresh::NoMDEntries::NoStreams::NoPaymentSchedules::NoPaymentScheduleRateSources

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 ⇒ NoPaymentScheduleRateSources

Returns a new instance of NoPaymentScheduleRateSources.



80536
80537
80538
80539
80540
80541
80542
80543
# File 'lib/quickfix50sp2.rb', line 80536

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 40869
	order[1] = 40870
	order[2] = 40871
	order[3] = 0
	super(40868, 40869, order)
end