Class: Quickfix::LegStreamEffectiveDateAdjusted

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

Returns a new instance of LegStreamEffectiveDateAdjusted.



30621
30622
30623
30624
30625
30626
30627
# File 'lib/quickfix_fields.rb', line 30621

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

Class Method Details

.fieldObject



30618
30619
30620
# File 'lib/quickfix_fields.rb', line 30618

def LegStreamEffectiveDateAdjusted.field
	return 40256
end