Class: Quickfix::LegPaymentStreamFormulaLength

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



78172
78173
78174
# File 'lib/quickfix_fields.rb', line 78172

def LegPaymentStreamFormulaLength.field
	return 43110
end