Class: Quickfix::LegPaymentStreamRateMultiplier

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

Returns a new instance of LegPaymentStreamRateMultiplier.



31648
31649
31650
31651
31652
31653
31654
# File 'lib/quickfix_fields.rb', line 31648

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

Class Method Details

.fieldObject



31645
31646
31647
# File 'lib/quickfix_fields.rb', line 31645

def LegPaymentStreamRateMultiplier.field
  return 40335
end