Class: Quickfix::LegPaymentStubIndexRateMultiplier

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

Returns a new instance of LegPaymentStubIndexRateMultiplier.



32857
32858
32859
32860
32861
32862
32863
# File 'lib/quickfix_fields.rb', line 32857

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

Class Method Details

.fieldObject



32854
32855
32856
# File 'lib/quickfix_fields.rb', line 32854

def LegPaymentStubIndexRateMultiplier.field
	return 40428
end