Class: Quickfix::Nested2PartyIDSource

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

Returns a new instance of Nested2PartyIDSource.



100840
100841
100842
100843
100844
100845
100846
# File 'ext/quickfix/QuickfixRuby.cpp', line 100840

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

Class Method Details

.fieldObject



10221
10222
10223
# File 'lib/quickfix_fields.rb', line 10221

def Nested2PartyIDSource.field
	return 758
end