Class: Quickfix::PaymentStreamCompoundingAveragingMethod

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

Returns a new instance of PaymentStreamCompoundingAveragingMethod.



69036
69037
69038
69039
69040
69041
69042
# File 'lib/quickfix_fields.rb', line 69036

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

Class Method Details

.fieldObject



69033
69034
69035
# File 'lib/quickfix_fields.rb', line 69033

def PaymentStreamCompoundingAveragingMethod.field
	return 42644
end