Class: Quickfix::UnderlyingSeniority
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingSeniority
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSeniority
constructor
A new instance of UnderlyingSeniority.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSeniority
Returns a new instance of UnderlyingSeniority.
19246 19247 19248 19249 19250 19251 19252 |
# File 'lib/quickfix_fields.rb', line 19246 def initialize(data = nil) if( data == nil ) super(1454) else super(1454, data) end end |