Class: Quickfix::LegSeniority

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

Returns a new instance of LegSeniority.



42516
42517
42518
42519
42520
42521
42522
# File 'lib/quickfix_fields.rb', line 42516

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

Class Method Details

.fieldObject



42513
42514
42515
# File 'lib/quickfix_fields.rb', line 42513

def LegSeniority.field
	return 2150
end