Class: Quickfix::LegExecID

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

Returns a new instance of LegExecID.



24771
24772
24773
24774
24775
24776
24777
# File 'lib/quickfix_fields.rb', line 24771

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

Class Method Details

.fieldObject



24768
24769
24770
# File 'lib/quickfix_fields.rb', line 24768

def LegExecID.field
	return 1893
end