Class: Quickfix::UnderlyingOptionsExchangeDividendsIndicator

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

Returns a new instance of UnderlyingOptionsExchangeDividendsIndicator.



71675
71676
71677
71678
71679
71680
71681
# File 'lib/quickfix_fields.rb', line 71675

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

Class Method Details

.fieldObject



71672
71673
71674
# File 'lib/quickfix_fields.rb', line 71672

def UnderlyingOptionsExchangeDividendsIndicator.field
  return 42843
end