Class: Quickfix::CPRegType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ CPRegType

Returns a new instance of CPRegType.



112282
112283
112284
112285
112286
112287
112288
# File 'ext/quickfix/QuickfixRuby.cpp', line 112282

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

Class Method Details

.fieldObject



11716
11717
11718
# File 'lib/quickfix_fields.rb', line 11716

def CPRegType.field
	return 876
end