Class: Quickfix::UnderlyingAdditionalDividendsIndicator

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

Returns a new instance of UnderlyingAdditionalDividendsIndicator.



71688
71689
71690
71691
71692
71693
71694
# File 'lib/quickfix_fields.rb', line 71688

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

Class Method Details

.fieldObject



71685
71686
71687
# File 'lib/quickfix_fields.rb', line 71685

def UnderlyingAdditionalDividendsIndicator.field
  return 42844
end