Class: Quickfix::LegPaymentScheduleStepRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentScheduleStepRate

Returns a new instance of LegPaymentScheduleStepRate.



32402
32403
32404
32405
32406
32407
32408
# File 'lib/quickfix_fields.rb', line 32402

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