Class: Quickfix::UnderlyingComplexEventScheduleRollConvention

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

Returns a new instance of UnderlyingComplexEventScheduleRollConvention.



52877
52878
52879
52880
52881
52882
52883
# File 'lib/quickfix_fields.rb', line 52877

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

Class Method Details

.fieldObject



52874
52875
52876
# File 'lib/quickfix_fields.rb', line 52874

def UnderlyingComplexEventScheduleRollConvention.field
  return 41755
end