Class: Quickfix::PaymentStubIndexRateMultiplier

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStubIndexRateMultiplier

Returns a new instance of PaymentStubIndexRateMultiplier.



38759
38760
38761
38762
38763
38764
38765
# File 'lib/quickfix_fields.rb', line 38759

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