Class: Quickfix::DividendPeriodPaymentDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DividendPeriodPaymentDateUnadjusted



64291
64292
64293
64294
64295
64296
64297
# File 'lib/quickfix_fields.rb', line 64291

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