Class: Quickfix::UnderlyingMakeWholeRecallSpread

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

Returns a new instance of UnderlyingMakeWholeRecallSpread.



72533
72534
72535
72536
72537
72538
72539
# File 'lib/quickfix_fields.rb', line 72533

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

Class Method Details

.fieldObject



72530
72531
72532
# File 'lib/quickfix_fields.rb', line 72530

def UnderlyingMakeWholeRecallSpread.field
  return 42892
end