Class: Quickfix::PaymentStreamCompoundingRateTreatment

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

Returns a new instance of PaymentStreamCompoundingRateTreatment.



68906
68907
68908
68909
68910
68911
68912
# File 'lib/quickfix_fields.rb', line 68906

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

Class Method Details

.fieldObject



68903
68904
68905
# File 'lib/quickfix_fields.rb', line 68903

def PaymentStreamCompoundingRateTreatment.field
	return 42634
end