Class: Quickfix::LegComplexEventScheduleStartDate

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

Returns a new instance of LegComplexEventScheduleStartDate.



47924
47925
47926
47927
47928
47929
47930
# File 'lib/quickfix_fields.rb', line 47924

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

Class Method Details

.fieldObject



47921
47922
47923
# File 'lib/quickfix_fields.rb', line 47921

def LegComplexEventScheduleStartDate.field
  return 41401
end