Class: Quickfix::LegDividendAccrualPaymentDateAdjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDividendAccrualPaymentDateAdjusted

Returns a new instance of LegDividendAccrualPaymentDateAdjusted.



65071
65072
65073
65074
65075
65076
65077
# File 'lib/quickfix_fields.rb', line 65071

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