Class: Quickfix::CollApplType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ CollApplType

Returns a new instance of CollApplType.



13994
13995
13996
13997
13998
13999
14000
# File 'lib/quickfix_fields.rb', line 13994

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

Class Method Details

.fieldObject



13991
13992
13993
# File 'lib/quickfix_fields.rb', line 13991

def CollApplType.field
  return 1043
end