Class: Quickfix::StreamAssetAttributeType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::StreamAssetAttributeType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamAssetAttributeType
constructor
A new instance of StreamAssetAttributeType.
Constructor Details
#initialize(data = nil) ⇒ StreamAssetAttributeType
Returns a new instance of StreamAssetAttributeType.
45311 45312 45313 45314 45315 45316 45317 |
# File 'lib/quickfix_fields.rb', line 45311 def initialize(data = nil) if( data == nil ) super(41238) else super(41238, data) end end |