Class: Quickfix::ListNoOrds
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ ListNoOrds
Returns a new instance of ListNoOrds.
6740 6741 6742 6743 6744 6745 6746 |
# File 'lib/quickfix_fields.rb', line 6740 def initialize(data = nil) if( data == nil ) super(68) else super(68, data) end end |
Class Method Details
.field ⇒ Object
6737 6738 6739 |
# File 'lib/quickfix_fields.rb', line 6737 def ListNoOrds.field return 68 end |