Class: Quickfix::NoLegs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegs
constructor
A new instance of NoLegs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegs
Returns a new instance of NoLegs.
7572 7573 7574 7575 7576 7577 7578 |
# File 'lib/quickfix_fields.rb', line 7572 def initialize(data = nil) if( data == nil ) super(555) else super(555, data) end end |
Class Method Details
.field ⇒ Object
7569 7570 7571 |
# File 'lib/quickfix_fields.rb', line 7569 def NoLegs.field return 555 end |