Class: Quickfix::PartyIDSource

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->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) ⇒ PartyIDSource

Returns a new instance of PartyIDSource.



69320
69321
69322
69323
69324
69325
69326
# File 'ext/quickfix/QuickfixRuby.cpp', line 69320

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

Class Method Details

.fieldObject



6074
6075
6076
# File 'lib/quickfix_fields.rb', line 6074

def PartyIDSource.field
	return 447
end