Class: Quickfix::LegPaymentStreamFlatRateAmount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamFlatRateAmount

Returns a new instance of LegPaymentStreamFlatRateAmount.



49939
49940
49941
49942
49943
49944
49945
# File 'lib/quickfix_fields.rb', line 49939

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