Class: Quickfix::NoAssetAttributes
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoAssetAttributes
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoAssetAttributes
constructor
A new instance of NoAssetAttributes.
Constructor Details
#initialize(data = nil) ⇒ NoAssetAttributes
Returns a new instance of NoAssetAttributes.
40618 40619 40620 40621 40622 40623 40624 |
# File 'lib/quickfix_fields.rb', line 40618 def initialize(data = nil) if( data == nil ) super(2304) else super(2304, data) end end |