Class: Quickfix::UnderlyingCashSettlRecoveryFactor

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

Returns a new instance of UnderlyingCashSettlRecoveryFactor.



58545
58546
58547
58548
58549
58550
58551
# File 'lib/quickfix_fields.rb', line 58545

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

Class Method Details

.fieldObject



58542
58543
58544
# File 'lib/quickfix_fields.rb', line 58542

def UnderlyingCashSettlRecoveryFactor.field
  return 42055
end