Class: Quickfix::UnderlyingComplexEventScheduleEndDate

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

Returns a new instance of UnderlyingComplexEventScheduleEndDate.



52838
52839
52840
52841
52842
52843
52844
# File 'lib/quickfix_fields.rb', line 52838

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

Class Method Details

.fieldObject



52835
52836
52837
# File 'lib/quickfix_fields.rb', line 52835

def UnderlyingComplexEventScheduleEndDate.field
  return 41752
end