Class: Quickfix::LegOptionsExchangeDividendsIndicator

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



65305
65306
65307
65308
65309
65310
65311
# File 'lib/quickfix_fields.rb', line 65305

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

Class Method Details

.fieldObject



65302
65303
65304
# File 'lib/quickfix_fields.rb', line 65302

def LegOptionsExchangeDividendsIndicator.field
  return 42354
end