Class: Quickfix::UnderlyingPaymentStreamFinalRate

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

Returns a new instance of UnderlyingPaymentStreamFinalRate.



55308
55309
55310
55311
55312
55313
55314
# File 'lib/quickfix_fields.rb', line 55308

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

Class Method Details

.fieldObject



55305
55306
55307
# File 'lib/quickfix_fields.rb', line 55305

def UnderlyingPaymentStreamFinalRate.field
  return 41925
end