Class: Quickfix::LegStreamEffectiveDateUnadjusted

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

Returns a new instance of LegStreamEffectiveDateUnadjusted.



30530
30531
30532
30533
30534
30535
30536
# File 'lib/quickfix_fields.rb', line 30530

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

Class Method Details

.fieldObject



30527
30528
30529
# File 'lib/quickfix_fields.rb', line 30527

def LegStreamEffectiveDateUnadjusted.field
	return 40249
end