Class: Quickfix::UnderlyingSecurityAltIDSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingSecurityAltIDSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSecurityAltIDSource
constructor
A new instance of UnderlyingSecurityAltIDSource.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSecurityAltIDSource
Returns a new instance of UnderlyingSecurityAltIDSource.
6376 6377 6378 6379 6380 6381 6382 |
# File 'lib/quickfix_fields.rb', line 6376 def initialize(data = nil) if( data == nil ) super(459) else super(459, data) end end |