Class: Quickfix::UnderlyingAssetSubType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingAssetSubType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingAssetSubType
constructor
A new instance of UnderlyingAssetSubType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingAssetSubType
Returns a new instance of UnderlyingAssetSubType.
76303 76304 76305 76306 76307 76308 76309 |
# File 'lib/quickfix_fields.rb', line 76303 def initialize(data = nil) if( data == nil ) super(2744) else super(2744, data) end end |