Class: Quickfix::UnderlyingPaymentScheduleRateSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleRateSource

Returns a new instance of UnderlyingPaymentScheduleRateSource.



36458
36459
36460
36461
36462
36463
36464
# File 'lib/quickfix_fields.rb', line 36458

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