Class: Quickfix::StreamEffectiveDateOffsetUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamEffectiveDateOffsetUnit

Returns a new instance of StreamEffectiveDateOffsetUnit.



39149
39150
39151
39152
39153
39154
39155
# File 'lib/quickfix_fields.rb', line 39149

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