Class: Quickfix::UnderlyingPaymentStreamLastResetRate

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

Returns a new instance of UnderlyingPaymentStreamLastResetRate.



55295
55296
55297
55298
55299
55300
55301
# File 'lib/quickfix_fields.rb', line 55295

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

Class Method Details

.fieldObject



55292
55293
55294
# File 'lib/quickfix_fields.rb', line 55292

def UnderlyingPaymentStreamLastResetRate.field
  return 41924
end