Class: Quickfix::AllDividendsIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ AllDividendsIndicator

Returns a new instance of AllDividendsIndicator.



63992
63993
63994
63995
63996
63997
63998
# File 'lib/quickfix_fields.rb', line 63992

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

Class Method Details

.fieldObject



63989
63990
63991
# File 'lib/quickfix_fields.rb', line 63989

def AllDividendsIndicator.field
	return 42264
end