Class: Quickfix::UnderlyingAllDividendsIndicator

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

Class Method Details

.fieldObject



71698
71699
71700
# File 'lib/quickfix_fields.rb', line 71698

def UnderlyingAllDividendsIndicator.field
  return 42845
end