Class: Quickfix::UnderlyingDividendAccruedInterest

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendAccruedInterest

Returns a new instance of UnderlyingDividendAccruedInterest.



71883
71884
71885
71886
71887
71888
71889
# File 'lib/quickfix_fields.rb', line 71883

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