Class: Quickfix::LegPaymentStreamFlatRateAmount

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

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

Class Method Details

.fieldObject



49936
49937
49938
# File 'lib/quickfix_fields.rb', line 49936

def LegPaymentStreamFlatRateAmount.field
	return 41550
end