Class: Quickfix::StreamEffectiveDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamEffectiveDateUnadjusted

Returns a new instance of StreamEffectiveDateUnadjusted.



39084
39085
39086
39087
39088
39089
39090
# File 'lib/quickfix_fields.rb', line 39084

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