Class: Quickfix::LegComplexEventScheduleRollConvention

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

Returns a new instance of LegComplexEventScheduleRollConvention.



47976
47977
47978
47979
47980
47981
47982
# File 'lib/quickfix_fields.rb', line 47976

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

Class Method Details

.fieldObject



47973
47974
47975
# File 'lib/quickfix_fields.rb', line 47973

def LegComplexEventScheduleRollConvention.field
  return 41405
end