Class: Quickfix::SpecialDividendsIndicator

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

Returns a new instance of SpecialDividendsIndicator.



63940
63941
63942
63943
63944
63945
63946
# File 'lib/quickfix_fields.rb', line 63940

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

Class Method Details

.fieldObject



63937
63938
63939
# File 'lib/quickfix_fields.rb', line 63937

def SpecialDividendsIndicator.field
  return 42260
end