Class: Quickfix::OptionsExchangeDividendsIndicator

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

Returns a new instance of OptionsExchangeDividendsIndicator.



63966
63967
63968
63969
63970
63971
63972
# File 'lib/quickfix_fields.rb', line 63966

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

Class Method Details

.fieldObject



63963
63964
63965
# File 'lib/quickfix_fields.rb', line 63963

def OptionsExchangeDividendsIndicator.field
  return 42262
end