Class: Quickfix::UnderlyingDateRollConvention

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

Returns a new instance of UnderlyingDateRollConvention.



39799
39800
39801
39802
39803
39804
39805
# File 'lib/quickfix_fields.rb', line 39799

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

Class Method Details

.fieldObject



39796
39797
39798
# File 'lib/quickfix_fields.rb', line 39796

def UnderlyingDateRollConvention.field
  return 40965
end