Class: Quickfix::UnderlyingPaymentStreamRateConversionFactor

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

Returns a new instance of UnderlyingPaymentStreamRateConversionFactor.



55269
55270
55271
55272
55273
55274
55275
# File 'lib/quickfix_fields.rb', line 55269

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

Class Method Details

.fieldObject



55266
55267
55268
# File 'lib/quickfix_fields.rb', line 55266

def UnderlyingPaymentStreamRateConversionFactor.field
  return 41922
end