Class: Quickfix::UnderlyingStreamFirstPeriodStartDateUnadjusted

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) ⇒ 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

Class Method Details

.fieldObject



34544
34545
34546
# File 'lib/quickfix_fields.rb', line 34544

def UnderlyingStreamFirstPeriodStartDateUnadjusted.field
	return 40558
end