Class: Quickfix::UnderlyingStreamLastRegularPeriodEndDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamLastRegularPeriodEndDateUnadjusted

Returns a new instance of UnderlyingStreamLastRegularPeriodEndDateUnadjusted.



34625
34626
34627
34628
34629
34630
34631
# File 'lib/quickfix_fields.rb', line 34625

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