Class: Quickfix::UnderlyingCPRegType

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

Returns a new instance of UnderlyingCPRegType.



112478
112479
112480
112481
112482
112483
112484
# File 'ext/quickfix/QuickfixRuby.cpp', line 112478

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

Class Method Details

.fieldObject



11742
11743
11744
# File 'lib/quickfix_fields.rb', line 11742

def UnderlyingCPRegType.field
	return 878
end