Class: Quickfix::EncodedLegSecurityDescLen

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

Returns a new instance of EncodedLegSecurityDescLen.



8430
8431
8432
8433
8434
8435
8436
# File 'lib/quickfix_fields.rb', line 8430

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

Class Method Details

.fieldObject



8427
8428
8429
# File 'lib/quickfix_fields.rb', line 8427

def EncodedLegSecurityDescLen.field
  return 621
end