Class: Quickfix::LegAllDividendsIndicator

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

Returns a new instance of LegAllDividendsIndicator.



65331
65332
65333
65334
65335
65336
65337
# File 'lib/quickfix_fields.rb', line 65331

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

Class Method Details

.fieldObject



65328
65329
65330
# File 'lib/quickfix_fields.rb', line 65328

def LegAllDividendsIndicator.field
  return 42356
end