Class: Quickfix::ComplexEventScheduleEndDate

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) ⇒ ComplexEventScheduleEndDate

Returns a new instance of ComplexEventScheduleEndDate.



41502
41503
41504
41505
41506
41507
41508
# File 'lib/quickfix_fields.rb', line 41502

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

Class Method Details

.fieldObject



41499
41500
41501
# File 'lib/quickfix_fields.rb', line 41499

def ComplexEventScheduleEndDate.field
  return 41033
end