Class: Quickfix::CashSettlRecoveryFactor

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

Returns a new instance of CashSettlRecoveryFactor.



27761
27762
27763
27764
27765
27766
27767
# File 'lib/quickfix_fields.rb', line 27761

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

Class Method Details

.fieldObject



27758
27759
27760
# File 'lib/quickfix_fields.rb', line 27758

def CashSettlRecoveryFactor.field
	return 40035
end