Class: Quickfix::UnderlyingExtraordinaryDividendDeterminationMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingExtraordinaryDividendDeterminationMethod

Returns a new instance of UnderlyingExtraordinaryDividendDeterminationMethod.



71545
71546
71547
71548
71549
71550
71551
# File 'lib/quickfix_fields.rb', line 71545

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

Class Method Details

.fieldObject



71542
71543
71544
# File 'lib/quickfix_fields.rb', line 71542

def UnderlyingExtraordinaryDividendDeterminationMethod.field
  return 42833
end