Class: Quickfix::UnderlyingPaymentStreamFormulaReferenceAmount

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

Returns a new instance of UnderlyingPaymentStreamFormulaReferenceAmount.



73677
73678
73679
73680
73681
73682
73683
# File 'lib/quickfix_fields.rb', line 73677

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

Class Method Details

.fieldObject



73674
73675
73676
# File 'lib/quickfix_fields.rb', line 73674

def UnderlyingPaymentStreamFormulaReferenceAmount.field
	return 42980
end