Class: Quickfix::UnderlyingStreamAssetAttributeLimit
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingStreamAssetAttributeLimit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamAssetAttributeLimit
constructor
A new instance of UnderlyingStreamAssetAttributeLimit.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamAssetAttributeLimit
Returns a new instance of UnderlyingStreamAssetAttributeLimit.
53514 53515 53516 53517 53518 53519 53520 |
# File 'lib/quickfix_fields.rb', line 53514 def initialize(data = nil) if( data == nil ) super(41803) else super(41803, data) end end |