Class: Quickfix::UnderlyingDividendNumOfIndexUnits

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendNumOfIndexUnits

Returns a new instance of UnderlyingDividendNumOfIndexUnits.



71584
71585
71586
71587
71588
71589
71590
# File 'lib/quickfix_fields.rb', line 71584

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