Class: Quickfix::ComplexEventPeriodTime

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventPeriodTime

Returns a new instance of ComplexEventPeriodTime.



40891
40892
40893
40894
40895
40896
40897
# File 'lib/quickfix_fields.rb', line 40891

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