Class: Quickfix::TargetPartyRole

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

Returns a new instance of TargetPartyRole.



169956
169957
169958
169959
169960
169961
169962
# File 'ext/quickfix/QuickfixRuby.cpp', line 169956

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

Class Method Details

.fieldObject



19321
19322
19323
# File 'lib/quickfix_fields.rb', line 19321

def TargetPartyRole.field
	return 1464
end