Class: Quickfix::NoRpts
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoRpts
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoRpts
constructor
A new instance of NoRpts.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoRpts
Returns a new instance of NoRpts.
1761 1762 1763 1764 1765 1766 1767 |
# File 'lib/quickfix_fields.rb', line 1761 def initialize(data = nil) if( data == nil ) super(82) else super(82, data) end end |
Class Method Details
.field ⇒ Object
1758 1759 1760 |
# File 'lib/quickfix_fields.rb', line 1758 def NoRpts.field return 82 end |