Class: Quickfix::AllocTransType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ AllocTransType

Returns a new instance of AllocTransType.



1618
1619
1620
1621
1622
1623
1624
# File 'lib/quickfix_fields.rb', line 1618

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

Class Method Details

.fieldObject



1615
1616
1617
# File 'lib/quickfix_fields.rb', line 1615

def AllocTransType.field
	return 71
end