Class: Quickfix::AllocTransType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ AllocTransType

Returns a new instance of AllocTransType.



33878
33879
33880
33881
33882
33883
33884
# File 'ext/quickfix/QuickfixRuby.cpp', line 33878

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

Class Method Details

.fieldObject



1498
1499
1500
# File 'lib/quickfix_fields.rb', line 1498

def AllocTransType.field
	return 71
end