Class: Quickfix::ListNoOrds
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ListNoOrds
- Defined in:
- lib/quickfix_fields.rb
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.
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 |