Class: Quickfix::Nested2PartyRole

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ Nested2PartyRole

Returns a new instance of Nested2PartyRole.



100938
100939
100940
100941
100942
100943
100944
# File 'ext/quickfix/QuickfixRuby.cpp', line 100938

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

Class Method Details

.fieldObject



10234
10235
10236
# File 'lib/quickfix_fields.rb', line 10234

def Nested2PartyRole.field
	return 759
end