Class: Quickfix::NestedPartyRole

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

Returns a new instance of NestedPartyRole.



78214
78215
78216
78217
78218
78219
78220
# File 'ext/quickfix/QuickfixRuby.cpp', line 78214

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

Class Method Details

.fieldObject



7231
7232
7233
# File 'lib/quickfix_fields.rb', line 7231

def NestedPartyRole.field
	return 538
end