Class: Quickfix::UnderlyingPaymentScheduleFixingDateAdjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDateAdjusted

Returns a new instance of UnderlyingPaymentScheduleFixingDateAdjusted.



36315
36316
36317
36318
36319
36320
36321
# File 'lib/quickfix_fields.rb', line 36315

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