Class: Quickfix::LegPaymentStubIndexCapRate

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

Instance Method Summary collapse

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