Class: Quickfix::Seniority
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::Seniority
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Seniority
constructor
A new instance of Seniority.
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
.field ⇒ Object
19191 19192 19193 |
# File 'lib/quickfix_fields.rb', line 19191 def Seniority.field return 1450 end |