Class: Quickfix::NoLegAssetAttributes
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoLegAssetAttributes
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegAssetAttributes
constructor
A new instance of NoLegAssetAttributes.
Constructor Details
#initialize(data = nil) ⇒ NoLegAssetAttributes
Returns a new instance of NoLegAssetAttributes.
46624 46625 46626 46627 46628 46629 46630 |
# File 'lib/quickfix_fields.rb', line 46624 def initialize(data = nil) if( data == nil ) super(2308) else super(2308, data) end end |