Class: Quickfix::RootPartyRole

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

Returns a new instance of RootPartyRole.



135778
135779
135780
135781
135782
135783
135784
# File 'ext/quickfix/QuickfixRuby.cpp', line 135778

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

Class Method Details

.fieldObject



14810
14811
14812
# File 'lib/quickfix_fields.rb', line 14810

def RootPartyRole.field
	return 1119
end