Class: Quickfix::PaymentStubIndex2RateMultiplier

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStubIndex2RateMultiplier

Returns a new instance of PaymentStubIndex2RateMultiplier.



38941
38942
38943
38944
38945
38946
38947
# File 'lib/quickfix_fields.rb', line 38941

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