Class: Quickfix::LegAdditionalDividendsIndicator

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

Returns a new instance of LegAdditionalDividendsIndicator.



65318
65319
65320
65321
65322
65323
65324
# File 'lib/quickfix_fields.rb', line 65318

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

Class Method Details

.fieldObject



65315
65316
65317
# File 'lib/quickfix_fields.rb', line 65315

def LegAdditionalDividendsIndicator.field
  return 42355
end