Class: Quickfix::AllocLinkType

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) ⇒ AllocLinkType

Returns a new instance of AllocLinkType.



2970
2971
2972
2973
2974
2975
2976
# File 'lib/quickfix_fields.rb', line 2970

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

Class Method Details

.fieldObject



2967
2968
2969
# File 'lib/quickfix_fields.rb', line 2967

def AllocLinkType.field
	return 197
end