Class: Quickfix::PackageID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PackageID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PackageID
constructor
A new instance of PackageID.
Constructor Details
#initialize(data = nil) ⇒ PackageID
Returns a new instance of PackageID.
61665 61666 61667 61668 61669 61670 61671 |
# File 'lib/quickfix_fields.rb', line 61665 def initialize(data = nil) if( data == nil ) super(2489) else super(2489, data) end end |