Class: Quickfix::PaymentStubIndexRateMultiplier

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

Class Method Details

.fieldObject



38756
38757
38758
# File 'lib/quickfix_fields.rb', line 38756

def PaymentStubIndexRateMultiplier.field
  return 40882
end