Class: Quickfix::ComplexEventScheduleStartDate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



41486
41487
41488
# File 'lib/quickfix_fields.rb', line 41486

def ComplexEventScheduleStartDate.field
	return 41032
end