Class: Quickfix::PaymentScheduleRateSpreadType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentScheduleRateSpreadType

Returns a new instance of PaymentScheduleRateSpreadType.



44440
44441
44442
44443
44444
44445
44446
# File 'lib/quickfix_fields.rb', line 44440

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