Class: Quickfix::HopCompID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::HopCompID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ HopCompID
constructor
A new instance of HopCompID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ HopCompID
Returns a new instance of HopCompID.
669 670 671 672 673 674 675 |
# File 'lib/quickfix_fields.rb', line 669 def initialize(data = nil) if( data == nil ) super(628) else super(628, data) end end |
Class Method Details
.field ⇒ Object
666 667 668 |
# File 'lib/quickfix_fields.rb', line 666 def HopCompID.field return 628 end |