Class: Quickfix::LegPaymentStreamFormulaReferenceAmount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamFormulaReferenceAmount

Returns a new instance of LegPaymentStreamFormulaReferenceAmount.



66995
66996
66997
66998
66999
67000
67001
# File 'lib/quickfix_fields.rb', line 66995

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