Class: Quickfix::Seniority

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

Returns a new instance of Seniority.



19194
19195
19196
19197
19198
19199
19200
# File 'lib/quickfix_fields.rb', line 19194

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

Class Method Details

.fieldObject



19191
19192
19193
# File 'lib/quickfix_fields.rb', line 19191

def Seniority.field
  return 1450
end