Class: Quickfix::UnderlyingSecurityAltID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingSecurityAltID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSecurityAltID
constructor
A new instance of UnderlyingSecurityAltID.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSecurityAltID
Returns a new instance of UnderlyingSecurityAltID.
6363 6364 6365 6366 6367 6368 6369 |
# File 'lib/quickfix_fields.rb', line 6363 def initialize(data = nil) if( data == nil ) super(458) else super(458, data) end end |