Class: Quickfix::LegPaymentStreamFormulaLength

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamFormulaLength

Returns a new instance of LegPaymentStreamFormulaLength.



78175
78176
78177
78178
78179
78180
78181
# File 'lib/quickfix_fields.rb', line 78175

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