Class: Quickfix::UnderlyingStreamFirstRegularPeriodStartDateUnadjusted

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

Returns a new instance of UnderlyingStreamFirstRegularPeriodStartDateUnadjusted.



34599
34600
34601
34602
34603
34604
34605
# File 'lib/quickfix_fields.rb', line 34599

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

Class Method Details

.fieldObject



34596
34597
34598
# File 'lib/quickfix_fields.rb', line 34596

def UnderlyingStreamFirstRegularPeriodStartDateUnadjusted.field
	return 40562
end