Class: Quickfix::PackageID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PackageID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PackageID
constructor
A new instance of PackageID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
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 |
Class Method Details
.field ⇒ Object
61662 61663 61664 |
# File 'lib/quickfix_fields.rb', line 61662 def PackageID.field return 2489 end |