Class: Quickfix::OwnerType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ OwnerType

Returns a new instance of OwnerType.



76646
76647
76648
76649
76650
76651
76652
# File 'ext/quickfix/QuickfixRuby.cpp', line 76646

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

Class Method Details

.fieldObject



7023
7024
7025
# File 'lib/quickfix_fields.rb', line 7023

def OwnerType.field
	return 522
end