Class: Quickfix::UnderlyingStreamAssetAttributeValue
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingStreamAssetAttributeValue
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamAssetAttributeValue
constructor
A new instance of UnderlyingStreamAssetAttributeValue.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamAssetAttributeValue
Returns a new instance of UnderlyingStreamAssetAttributeValue.
53501 53502 53503 53504 53505 53506 53507 |
# File 'lib/quickfix_fields.rb', line 53501 def initialize(data = nil) if( data == nil ) super(41802) else super(41802, data) end end |