Class: Quickfix::UnderlyingSpecialDividendsIndicator

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

Returns a new instance of UnderlyingSpecialDividendsIndicator.



71649
71650
71651
71652
71653
71654
71655
# File 'lib/quickfix_fields.rb', line 71649

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

Class Method Details

.fieldObject



71646
71647
71648
# File 'lib/quickfix_fields.rb', line 71646

def UnderlyingSpecialDividendsIndicator.field
  return 42841
end