Class: Quickfix::LegSpecialDividendsIndicator

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

Returns a new instance of LegSpecialDividendsIndicator.



65279
65280
65281
65282
65283
65284
65285
# File 'lib/quickfix_fields.rb', line 65279

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

Class Method Details

.fieldObject



65276
65277
65278
# File 'lib/quickfix_fields.rb', line 65276

def LegSpecialDividendsIndicator.field
  return 42352
end