Class: Quickfix::CxlType

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

Returns a new instance of CxlType.



37700
37701
37702
37703
37704
37705
37706
# File 'ext/quickfix/QuickfixRuby.cpp', line 37700

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

Class Method Details

.fieldObject



2005
2006
2007
# File 'lib/quickfix_fields.rb', line 2005

def CxlType.field
	return 125
end