Class: Quickfix::NoStreamAssetAttributes
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoStreamAssetAttributes
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoStreamAssetAttributes
constructor
A new instance of NoStreamAssetAttributes.
Constructor Details
#initialize(data = nil) ⇒ NoStreamAssetAttributes
Returns a new instance of NoStreamAssetAttributes.
45298 45299 45300 45301 45302 45303 45304 |
# File 'lib/quickfix_fields.rb', line 45298 def initialize(data = nil) if( data == nil ) super(41237) else super(41237, data) end end |