Class: Quickfix::LegPaymentStubIndexCapRate

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

Returns a new instance of LegPaymentStubIndexCapRate.



32909
32910
32911
32912
32913
32914
32915
# File 'lib/quickfix_fields.rb', line 32909

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

Class Method Details

.fieldObject



32906
32907
32908
# File 'lib/quickfix_fields.rb', line 32906

def LegPaymentStubIndexCapRate.field
	return 40432
end