Class: Quickfix::AdditionalDividendsIndicator

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

Returns a new instance of AdditionalDividendsIndicator.



63979
63980
63981
63982
63983
63984
63985
# File 'lib/quickfix_fields.rb', line 63979

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

Class Method Details

.fieldObject



63976
63977
63978
# File 'lib/quickfix_fields.rb', line 63976

def AdditionalDividendsIndicator.field
  return 42263
end