Class: Quickfix::EncodedMktSegmDescLen

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

Returns a new instance of EncodedMktSegmDescLen.



17712
17713
17714
17715
17716
17717
17718
# File 'lib/quickfix_fields.rb', line 17712

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

Class Method Details

.fieldObject



17709
17710
17711
# File 'lib/quickfix_fields.rb', line 17709

def EncodedMktSegmDescLen.field
  return 1397
end