Class: Quickfix::LegDateRollConvention

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

Returns a new instance of LegDateRollConvention.



39292
39293
39294
39295
39296
39297
39298
# File 'lib/quickfix_fields.rb', line 39292

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

Class Method Details

.fieldObject



39289
39290
39291
# File 'lib/quickfix_fields.rb', line 39289

def LegDateRollConvention.field
  return 40926
end