Class: Quickfix::NestedPartyIDSource

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

Returns a new instance of NestedPartyIDSource.



76940
76941
76942
76943
76944
76945
76946
# File 'ext/quickfix/QuickfixRuby.cpp', line 76940

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

Class Method Details

.fieldObject



7062
7063
7064
# File 'lib/quickfix_fields.rb', line 7062

def NestedPartyIDSource.field
	return 525
end