Class: Quickfix::StreamAssetAttributeLimit
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::StreamAssetAttributeLimit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamAssetAttributeLimit
constructor
A new instance of StreamAssetAttributeLimit.
Constructor Details
#initialize(data = nil) ⇒ StreamAssetAttributeLimit
45337 45338 45339 45340 45341 45342 45343 |
# File 'lib/quickfix_fields.rb', line 45337 def initialize(data = nil) if( data == nil ) super(41240) else super(41240, data) end end |