Class: Quickfix::HopRefID
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::HopRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ HopRefID
constructor
A new instance of HopRefID.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ HopRefID
Returns a new instance of HopRefID.
695 696 697 698 699 700 701 |
# File 'lib/quickfix_fields.rb', line 695 def initialize(data = nil) if( data == nil ) super(630) else super(630, data) end end |
Class Method Details
.field ⇒ Object
692 693 694 |
# File 'lib/quickfix_fields.rb', line 692 def HopRefID.field return 630 end |