Class: Quickfix::LegPaymentStreamRateConversionFactor

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

Returns a new instance of LegPaymentStreamRateConversionFactor.



50251
50252
50253
50254
50255
50256
50257
# File 'lib/quickfix_fields.rb', line 50251

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

Class Method Details

.fieldObject



50248
50249
50250
# File 'lib/quickfix_fields.rb', line 50248

def LegPaymentStreamRateConversionFactor.field
  return 41574
end