Class: Quickfix::UnderlyingPaymentScheduleFixingDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDateUnadjusted

Returns a new instance of UnderlyingPaymentScheduleFixingDateUnadjusted.



36211
36212
36213
36214
36215
36216
36217
# File 'lib/quickfix_fields.rb', line 36211

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