Class: Quickfix::ComplexEventScheduleRollConvention

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

Returns a new instance of ComplexEventScheduleRollConvention.



41541
41542
41543
41544
41545
41546
41547
# File 'lib/quickfix_fields.rb', line 41541

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

Class Method Details

.fieldObject



41538
41539
41540
# File 'lib/quickfix_fields.rb', line 41538

def ComplexEventScheduleRollConvention.field
  return 41036
end