Class: Quickfix::EncodedSecurityListDesc

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

Returns a new instance of EncodedSecurityListDesc.



19441
19442
19443
19444
19445
19446
19447
# File 'lib/quickfix_fields.rb', line 19441

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

Class Method Details

.fieldObject



19438
19439
19440
# File 'lib/quickfix_fields.rb', line 19438

def EncodedSecurityListDesc.field
  return 1469
end