Class: Quickfix::LegPaymentStreamRateMultiplier

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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