Class: Quickfix::ListNoOrds
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ListNoOrds
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ListNoOrds
constructor
A new instance of ListNoOrds.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ListNoOrds
Returns a new instance of ListNoOrds.
1579 1580 1581 1582 1583 1584 1585 |
# File 'lib/quickfix_fields.rb', line 1579 def initialize(data = nil) if( data == nil ) super(68) else super(68, data) end end |
Class Method Details
.field ⇒ Object
1576 1577 1578 |
# File 'lib/quickfix_fields.rb', line 1576 def ListNoOrds.field return 68 end |