Class: Quickfix::UnderlyingExtraordinaryDividendPartySide

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingExtraordinaryDividendPartySide



71506
71507
71508
71509
71510
71511
71512
# File 'lib/quickfix_fields.rb', line 71506

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

Class Method Details

.fieldObject



71503
71504
71505
# File 'lib/quickfix_fields.rb', line 71503

def UnderlyingExtraordinaryDividendPartySide.field
  return 42830
end