Class: Quickfix::LegMakeWholeRecallSpread

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

Returns a new instance of LegMakeWholeRecallSpread.



65851
65852
65853
65854
65855
65856
65857
# File 'lib/quickfix_fields.rb', line 65851

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

Class Method Details

.fieldObject



65848
65849
65850
# File 'lib/quickfix_fields.rb', line 65848

def LegMakeWholeRecallSpread.field
	return 42396
end