Class: Quickfix::AllDividendsIndicator

Inherits:
BoolField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AllDividendsIndicator

Returns a new instance of AllDividendsIndicator.



63992
63993
63994
63995
63996
63997
63998
# File 'lib/quickfix_fields.rb', line 63992

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