Class: Quickfix::SecurityListDesc

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



19415
19416
19417
19418
19419
19420
19421
# File 'lib/quickfix_fields.rb', line 19415

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

Class Method Details

.fieldObject



19412
19413
19414
# File 'lib/quickfix_fields.rb', line 19412

def SecurityListDesc.field
  return 1467
end