Class: Quickfix::LegDividendReinvestmentIndicator

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

Returns a new instance of LegDividendReinvestmentIndicator.



65084
65085
65086
65087
65088
65089
65090
# File 'lib/quickfix_fields.rb', line 65084

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

Class Method Details

.fieldObject



65081
65082
65083
# File 'lib/quickfix_fields.rb', line 65081

def LegDividendReinvestmentIndicator.field
	return 42337
end