Class: Quickfix::UnderlyingPaymentStreamWorldScaleRate

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

Returns a new instance of UnderlyingPaymentStreamWorldScaleRate.



55061
55062
55063
55064
55065
55066
55067
# File 'lib/quickfix_fields.rb', line 55061

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

Class Method Details

.fieldObject



55058
55059
55060
# File 'lib/quickfix_fields.rb', line 55058

def UnderlyingPaymentStreamWorldScaleRate.field
  return 41906
end