Class: Quickfix::NoUnderlyingAssetAttributes
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoUnderlyingAssetAttributes
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingAssetAttributes
constructor
A new instance of NoUnderlyingAssetAttributes.
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingAssetAttributes
Returns a new instance of NoUnderlyingAssetAttributes.
51980 51981 51982 51983 51984 51985 51986 |
# File 'lib/quickfix_fields.rb', line 51980 def initialize(data = nil) if( data == nil ) super(2312) else super(2312, data) end end |