Class: Quickfix::LegDividendPeriodStartDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDividendPeriodStartDateUnadjusted

Returns a new instance of LegDividendPeriodStartDateUnadjusted.



65487
65488
65489
65490
65491
65492
65493
# File 'lib/quickfix_fields.rb', line 65487

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