Class: Quickfix::UnderlyingPaymentStreamRateIndexLevel

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

Returns a new instance of UnderlyingPaymentStreamRateIndexLevel.



55165
55166
55167
55168
55169
55170
55171
# File 'lib/quickfix_fields.rb', line 55165

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

Class Method Details

.fieldObject



55162
55163
55164
# File 'lib/quickfix_fields.rb', line 55162

def UnderlyingPaymentStreamRateIndexLevel.field
  return 41914
end