Class: Quickfix::LegPaymentScheduleWeight

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentScheduleWeight

Returns a new instance of LegPaymentScheduleWeight.



32454
32455
32456
32457
32458
32459
32460
# File 'lib/quickfix_fields.rb', line 32454

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