Class: Quickfix::DividendReinvestmentIndicator

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

Returns a new instance of DividendReinvestmentIndicator.



63745
63746
63747
63748
63749
63750
63751
# File 'lib/quickfix_fields.rb', line 63745

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

Class Method Details

.fieldObject



63742
63743
63744
# File 'lib/quickfix_fields.rb', line 63742

def DividendReinvestmentIndicator.field
  return 42245
end