Class: Quickfix::UnderlyingLegSecuritySubType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingLegSecuritySubType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLegSecuritySubType
constructor
A new instance of UnderlyingLegSecuritySubType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLegSecuritySubType
Returns a new instance of UnderlyingLegSecuritySubType.
17907 17908 17909 17910 17911 17912 17913 |
# File 'lib/quickfix_fields.rb', line 17907 def initialize(data = nil) if( data == nil ) super(1338) else super(1338, data) end end |