Class: Quickfix::PaymentStubIndex2FloorRate

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

Returns a new instance of PaymentStubIndex2FloorRate.



39006
39007
39008
39009
39010
39011
39012
# File 'lib/quickfix_fields.rb', line 39006

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

Class Method Details

.fieldObject



39003
39004
39005
# File 'lib/quickfix_fields.rb', line 39003

def PaymentStubIndex2FloorRate.field
	return 40901
end