Class: Quickfix::UnderlyingPaymentScheduleFixingDateBusinessCenter

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDateBusinessCenter

Returns a new instance of UnderlyingPaymentScheduleFixingDateBusinessCenter.



36263
36264
36265
36266
36267
36268
36269
# File 'lib/quickfix_fields.rb', line 36263

def initialize(data = nil)
	if( data == nil )
		super(40690)
	else
		super(40690, data)
	end
end