Class: Quickfix::UnderlyingAllDividendsIndicator

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingAllDividendsIndicator

Returns a new instance of UnderlyingAllDividendsIndicator.



71701
71702
71703
71704
71705
71706
71707
# File 'lib/quickfix_fields.rb', line 71701

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