Class: Quickfix::PartyRole

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

Returns a new instance of PartyRole.



69810
69811
69812
69813
69814
69815
69816
# File 'ext/quickfix/QuickfixRuby.cpp', line 69810

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

Class Method Details

.fieldObject



6139
6140
6141
# File 'lib/quickfix_fields.rb', line 6139

def PartyRole.field
	return 452
end