Class: Quickfix::LegPaymentStreamCompoundingInitialRate

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

Returns a new instance of LegPaymentStreamCompoundingInitialRate.



66423
66424
66425
66426
66427
66428
66429
# File 'lib/quickfix_fields.rb', line 66423

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

Class Method Details

.fieldObject



66420
66421
66422
# File 'lib/quickfix_fields.rb', line 66420

def LegPaymentStreamCompoundingInitialRate.field
  return 42440
end