Class: Quickfix::UnderlyingDividendPeriodPaymentDateRelativeTo

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

Returns a new instance of UnderlyingDividendPeriodPaymentDateRelativeTo.



72104
72105
72106
72107
72108
72109
72110
# File 'lib/quickfix_fields.rb', line 72104

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

Class Method Details

.fieldObject



72101
72102
72103
# File 'lib/quickfix_fields.rb', line 72101

def UnderlyingDividendPeriodPaymentDateRelativeTo.field
  return 42876
end