Class: Quickfix::EncodedSecurityListDescLen

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ EncodedSecurityListDescLen

Returns a new instance of EncodedSecurityListDescLen.



19428
19429
19430
19431
19432
19433
19434
# File 'lib/quickfix_fields.rb', line 19428

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

Class Method Details

.fieldObject



19425
19426
19427
# File 'lib/quickfix_fields.rb', line 19425

def EncodedSecurityListDescLen.field
  return 1468
end