Class: Quickfix::LegPaymentStreamWorldScaleRate

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

Returns a new instance of LegPaymentStreamWorldScaleRate.



50043
50044
50045
50046
50047
50048
50049
# File 'lib/quickfix_fields.rb', line 50043

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

Class Method Details

.fieldObject



50040
50041
50042
# File 'lib/quickfix_fields.rb', line 50040

def LegPaymentStreamWorldScaleRate.field
  return 41558
end