Class: Quickfix::LegUPICode

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

Returns a new instance of LegUPICode.



78305
78306
78307
78308
78309
78310
78311
# File 'lib/quickfix_fields.rb', line 78305

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

Class Method Details

.fieldObject



78302
78303
78304
# File 'lib/quickfix_fields.rb', line 78302

def LegUPICode.field
	return 2893
end