Class: Quickfix::UnderlyingAssetAttributeValue
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingAssetAttributeValue
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingAssetAttributeValue
constructor
A new instance of UnderlyingAssetAttributeValue.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingAssetAttributeValue
Returns a new instance of UnderlyingAssetAttributeValue.
52006 52007 52008 52009 52010 52011 52012 |
# File 'lib/quickfix_fields.rb', line 52006 def initialize(data = nil) if( data == nil ) super(2314) else super(2314, data) end end |