Class: Quickfix::NoHops
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoHops
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoHops
constructor
A new instance of NoHops.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoHops
Returns a new instance of NoHops.
656 657 658 659 660 661 662 |
# File 'lib/quickfix_fields.rb', line 656 def initialize(data = nil) if( data == nil ) super(627) else super(627, data) end end |
Class Method Details
.field ⇒ Object
653 654 655 |
# File 'lib/quickfix_fields.rb', line 653 def NoHops.field return 627 end |