Class: Quickfix::EncodedUnderlyingStreamText

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

Returns a new instance of EncodedUnderlyingStreamText.



40111
40112
40113
40114
40115
40116
40117
# File 'lib/quickfix_fields.rb', line 40111

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

Class Method Details

.fieldObject



40108
40109
40110
# File 'lib/quickfix_fields.rb', line 40108

def EncodedUnderlyingStreamText.field
  return 40989
end