Class: Quickfix::EncodedLegStreamText

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

Returns a new instance of EncodedLegStreamText.



39981
39982
39983
39984
39985
39986
39987
# File 'lib/quickfix_fields.rb', line 39981

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

Class Method Details

.fieldObject



39978
39979
39980
# File 'lib/quickfix_fields.rb', line 39978

def EncodedLegStreamText.field
  return 40979
end