Class: Quickfix::LegStreamText

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

Returns a new instance of LegStreamText.



30517
30518
30519
30520
30521
30522
30523
# File 'lib/quickfix_fields.rb', line 30517

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

Class Method Details

.fieldObject



30514
30515
30516
# File 'lib/quickfix_fields.rb', line 30514

def LegStreamText.field
  return 40248
end