Class: Quickfix::UnderlyingLegSecurityIDSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingLegSecurityIDSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLegSecurityIDSource
constructor
A new instance of UnderlyingLegSecurityIDSource.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLegSecurityIDSource
Returns a new instance of UnderlyingLegSecurityIDSource.
17842 17843 17844 17845 17846 17847 17848 |
# File 'lib/quickfix_fields.rb', line 17842 def initialize(data = nil) if( data == nil ) super(1333) else super(1333, data) end end |