Class: Quickfix::UnderlyingDividendReinvestmentIndicator

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) ⇒ UnderlyingDividendReinvestmentIndicator

Returns a new instance of UnderlyingDividendReinvestmentIndicator.



71454
71455
71456
71457
71458
71459
71460
# File 'lib/quickfix_fields.rb', line 71454

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

Class Method Details

.fieldObject



71451
71452
71453
# File 'lib/quickfix_fields.rb', line 71451

def UnderlyingDividendReinvestmentIndicator.field
	return 42826
end