Class: Quickfix::Nested3PartyIDSource

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

Returns a new instance of Nested3PartyIDSource.



119534
119535
119536
119537
119538
119539
119540
# File 'ext/quickfix/QuickfixRuby.cpp', line 119534

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

Class Method Details

.fieldObject



12678
12679
12680
# File 'lib/quickfix_fields.rb', line 12678

def Nested3PartyIDSource.field
	return 950
end