Class: Quickfix::PaymentStubIndexRateSpread

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStubIndexRateSpread



38772
38773
38774
38775
38776
38777
38778
# File 'lib/quickfix_fields.rb', line 38772

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