Class: Quickfix50Sp2::QuoteCancel::NoQuoteEntries::NoStreams::NoPaymentSchedules::NoPaymentScheduleFixingDateBusinessCenters

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

Returns a new instance of NoPaymentScheduleFixingDateBusinessCenters.



86133
86134
86135
86136
86137
86138
# File 'lib/quickfix50sp2.rb', line 86133

def initialize
	order = Quickfix::IntArray.new(2)
	order[0] = 40854
	order[1] = 0
	super(40977, 40854, order)
end