Class: Quickfix::UnderlyingStreamAssetAttributeType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingStreamAssetAttributeType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamAssetAttributeType
constructor
A new instance of UnderlyingStreamAssetAttributeType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamAssetAttributeType
Returns a new instance of UnderlyingStreamAssetAttributeType.
53488 53489 53490 53491 53492 53493 53494 |
# File 'lib/quickfix_fields.rb', line 53488 def initialize(data = nil) if( data == nil ) super(41801) else super(41801, data) end end |