Class: Quickfix::LegPaymentStreamCapRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamCapRate

Returns a new instance of LegPaymentStreamCapRate.



31700
31701
31702
31703
31704
31705
31706
# File 'lib/quickfix_fields.rb', line 31700

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