Class: Quickfix::EncodedMktSegmDesc

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EncodedMktSegmDesc

Returns a new instance of EncodedMktSegmDesc.



5726
5727
5728
5729
5730
5731
5732
# File 'lib/quickfix_fields.rb', line 5726

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

Class Method Details

.fieldObject



5723
5724
5725
# File 'lib/quickfix_fields.rb', line 5723

def EncodedMktSegmDesc.field
  return 1398
end