Class: Quickfix::Seniority

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ Seniority

Returns a new instance of Seniority.



17257
17258
17259
17260
17261
17262
17263
# File 'lib/quickfix_fields.rb', line 17257

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

Class Method Details

.fieldObject



17254
17255
17256
# File 'lib/quickfix_fields.rb', line 17254

def Seniority.field
	return 1450
end