Class: Quickfix::UnderlyingAssetAttributeLimit
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingAssetAttributeLimit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingAssetAttributeLimit
constructor
A new instance of UnderlyingAssetAttributeLimit.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingAssetAttributeLimit
52019 52020 52021 52022 52023 52024 52025 |
# File 'lib/quickfix_fields.rb', line 52019 def initialize(data = nil) if( data == nil ) super(2315) else super(2315, data) end end |