Class: Quickfix::UnderlyingStreamFirstPeriodStartDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamFirstPeriodStartDateUnadjusted

Returns a new instance of UnderlyingStreamFirstPeriodStartDateUnadjusted.



34547
34548
34549
34550
34551
34552
34553
# File 'lib/quickfix_fields.rb', line 34547

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