Class: Quickfix::Seniority
- Inherits:
-
StringField
- Object
- 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.
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
.field ⇒ Object
17254 17255 17256 |
# File 'lib/quickfix_fields.rb', line 17254 def Seniority.field return 1450 end |