Class: Quickfix::ComplexEventScheduleStartDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventScheduleStartDate

Returns a new instance of ComplexEventScheduleStartDate.



41489
41490
41491
41492
41493
41494
41495
# File 'lib/quickfix_fields.rb', line 41489

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