Class: Quickfix::UnderlyingPaymentScheduleFixedAmount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixedAmount

Returns a new instance of UnderlyingPaymentScheduleFixedAmount.



36107
36108
36109
36110
36111
36112
36113
# File 'lib/quickfix_fields.rb', line 36107

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