Class: Quickfix::RootPartyIDSource

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

Returns a new instance of RootPartyIDSource.



135680
135681
135682
135683
135684
135685
135686
# File 'ext/quickfix/QuickfixRuby.cpp', line 135680

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

Class Method Details

.fieldObject



14797
14798
14799
# File 'lib/quickfix_fields.rb', line 14797

def RootPartyIDSource.field
	return 1118
end