Class: Quickfix::ComplexEventFixingTime

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventFixingTime

Returns a new instance of ComplexEventFixingTime.



41125
41126
41127
41128
41129
41130
41131
# File 'lib/quickfix_fields.rb', line 41125

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