Class: Quickfix::AssetAttributeLimit
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::AssetAttributeLimit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AssetAttributeLimit
constructor
A new instance of AssetAttributeLimit.
Constructor Details
#initialize(data = nil) ⇒ AssetAttributeLimit
Returns a new instance of AssetAttributeLimit.
40657 40658 40659 40660 40661 40662 40663 |
# File 'lib/quickfix_fields.rb', line 40657 def initialize(data = nil) if( data == nil ) super(2307) else super(2307, data) end end |