Class: Quickfix::UnderlyingPaymentStreamCapRate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCapRate

Returns a new instance of UnderlyingPaymentStreamCapRate.



35457
35458
35459
35460
35461
35462
35463
# File 'lib/quickfix_fields.rb', line 35457

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

Class Method Details

.fieldObject



35454
35455
35456
# File 'lib/quickfix_fields.rb', line 35454

def UnderlyingPaymentStreamCapRate.field
	return 40628
end