Class: Quickfix::StreamFirstPeriodStartDateAdjusted

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



28317
28318
28319
# File 'lib/quickfix_fields.rb', line 28317

def StreamFirstPeriodStartDateAdjusted.field
	return 40078
end