Class: Quickfix::NoCompIDs

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoCompIDs

Returns a new instance of NoCompIDs.



32
33
34
35
36
37
38
# File 'lib/quickfix_fields.rb', line 32

def initialize(data = nil)
  if( data == nil )
    super(936)
  else
    super(936, data)
  end
end

Class Method Details

.fieldObject



29
30
31
# File 'lib/quickfix_fields.rb', line 29

def NoCompIDs.field
  return 936
end