Class: Quickfix::LegDividendAccrualPaymentDateRelativeTo

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

Returns a new instance of LegDividendAccrualPaymentDateRelativeTo.



64993
64994
64995
64996
64997
64998
64999
# File 'lib/quickfix_fields.rb', line 64993

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

Class Method Details

.fieldObject



64990
64991
64992
# File 'lib/quickfix_fields.rb', line 64990

def LegDividendAccrualPaymentDateRelativeTo.field
  return 42330
end