Class: Quickfix::LegPaymentScheduleRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentScheduleRate

Returns a new instance of LegPaymentScheduleRate.



32272
32273
32274
32275
32276
32277
32278
# File 'lib/quickfix_fields.rb', line 32272

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