Class: Quickfix::UnderlyingPaymentStubIndex2CapRate

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

Returns a new instance of UnderlyingPaymentStubIndex2CapRate.



36861
36862
36863
36864
36865
36866
36867
# File 'lib/quickfix_fields.rb', line 36861

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

Class Method Details

.fieldObject



36858
36859
36860
# File 'lib/quickfix_fields.rb', line 36858

def UnderlyingPaymentStubIndex2CapRate.field
	return 40736
end