Class: Quickfix::UnderlyingNonCashDividendTreatment

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

Returns a new instance of UnderlyingNonCashDividendTreatment.



71623
71624
71625
71626
71627
71628
71629
# File 'lib/quickfix_fields.rb', line 71623

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

Class Method Details

.fieldObject



71620
71621
71622
# File 'lib/quickfix_fields.rb', line 71620

def UnderlyingNonCashDividendTreatment.field
  return 42839
end