Class: Quickfix::ComplexEventDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventDateUnadjusted

Returns a new instance of ComplexEventDateUnadjusted.



41034
41035
41036
41037
41038
41039
41040
# File 'lib/quickfix_fields.rb', line 41034

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