Class: Quickfix::StreamFirstPeriodStartDateAdjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamFirstPeriodStartDateAdjusted

Returns a new instance of StreamFirstPeriodStartDateAdjusted.



28320
28321
28322
28323
28324
28325
28326
# File 'lib/quickfix_fields.rb', line 28320

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