Class: Quickfix::PaymentStreamCompoundingRateIndexCurveUnit

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamCompoundingRateIndexCurveUnit

Returns a new instance of PaymentStreamCompoundingRateIndexCurveUnit.



68854
68855
68856
68857
68858
68859
68860
# File 'lib/quickfix_fields.rb', line 68854

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

Class Method Details

.fieldObject



68851
68852
68853
# File 'lib/quickfix_fields.rb', line 68851

def PaymentStreamCompoundingRateIndexCurveUnit.field
	return 42630
end