Class: Quickfix::PaymentStreamCompoundingSpread

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

Class Method Details

.fieldObject



68487
68488
68489
# File 'lib/quickfix_fields.rb', line 68487

def PaymentStreamCompoundingSpread.field
	return 42602
end