Class: Quickfix::PaymentStreamCompoundingSpread

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamCompoundingSpread

Returns a new instance of PaymentStreamCompoundingSpread.



68490
68491
68492
68493
68494
68495
68496
# File 'lib/quickfix_fields.rb', line 68490

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