Class: Quickfix::PaymentStreamFormulaLength

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamFormulaLength

Returns a new instance of PaymentStreamFormulaLength.



78162
78163
78164
78165
78166
78167
78168
# File 'lib/quickfix_fields.rb', line 78162

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