Class: Quickfix::CollApplType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CollApplType

Returns a new instance of CollApplType.



7442
7443
7444
7445
7446
7447
7448
# File 'lib/quickfix_fields.rb', line 7442

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

Class Method Details

.fieldObject



7439
7440
7441
# File 'lib/quickfix_fields.rb', line 7439

def CollApplType.field
	return 1043
end