Class: Quickfix::UnderlyingPaymentStreamFormulaLength

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) ⇒ UnderlyingPaymentStreamFormulaLength

Returns a new instance of UnderlyingPaymentStreamFormulaLength.



78188
78189
78190
78191
78192
78193
78194
# File 'lib/quickfix_fields.rb', line 78188

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

Class Method Details

.fieldObject



78185
78186
78187
# File 'lib/quickfix_fields.rb', line 78185

def UnderlyingPaymentStreamFormulaLength.field
	return 43111
end