Class: Quickfix::NoUnderlyingDividendAccrualPaymentDateBusinessCenters

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingDividendAccrualPaymentDateBusinessCenters



71103
71104
71105
71106
71107
71108
71109
# File 'lib/quickfix_fields.rb', line 71103

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