Class: Quickfix::ComplexEventDateAdjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventDateAdjusted

Returns a new instance of ComplexEventDateAdjusted.



41112
41113
41114
41115
41116
41117
41118
# File 'lib/quickfix_fields.rb', line 41112

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