Class: Quickfix::LegPaymentStreamRateIndexLevel

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamRateIndexLevel

Returns a new instance of LegPaymentStreamRateIndexLevel.



50147
50148
50149
50150
50151
50152
50153
# File 'lib/quickfix_fields.rb', line 50147

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