Class: Quickfix::UnderlyingDividendComposition

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendComposition

Returns a new instance of UnderlyingDividendComposition.



71636
71637
71638
71639
71640
71641
71642
# File 'lib/quickfix_fields.rb', line 71636

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