Class: Quickfix::LegCashSettlRecoveryFactor

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

Returns a new instance of LegCashSettlRecoveryFactor.



46884
46885
46886
46887
46888
46889
46890
# File 'lib/quickfix_fields.rb', line 46884

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

Class Method Details

.fieldObject



46881
46882
46883
# File 'lib/quickfix_fields.rb', line 46881

def LegCashSettlRecoveryFactor.field
	return 41358
end