Class: Quickfix::StreamEffectiveDateAdjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamEffectiveDateAdjusted

Returns a new instance of StreamEffectiveDateAdjusted.



39175
39176
39177
39178
39179
39180
39181
# File 'lib/quickfix_fields.rb', line 39175

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