Class: Quickfix::ComplexEventDateOffsetUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventDateOffsetUnit

Returns a new instance of ComplexEventDateOffsetUnit.



41073
41074
41075
41076
41077
41078
41079
# File 'lib/quickfix_fields.rb', line 41073

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