Class: Quickfix::PaymentStubIndexCapRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStubIndexCapRate

Returns a new instance of PaymentStubIndexCapRate.



38811
38812
38813
38814
38815
38816
38817
# File 'lib/quickfix_fields.rb', line 38811

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