Class: Quickfix::ListNoOrds

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



6737
6738
6739
# File 'lib/quickfix_fields.rb', line 6737

def ListNoOrds.field
  return 68
end