Class: Quickfix::LegSeniority
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegSeniority
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSeniority
constructor
A new instance of LegSeniority.
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 |