Class: Quickfix::LegEventText

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

Returns a new instance of LegEventText.



27046
27047
27048
27049
27050
27051
27052
# File 'lib/quickfix_fields.rb', line 27046

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

Class Method Details

.fieldObject



27043
27044
27045
# File 'lib/quickfix_fields.rb', line 27043

def LegEventText.field
	return 2066
end