Class: Quickfix::Nested3PartyRole

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

Returns a new instance of Nested3PartyRole.



119632
119633
119634
119635
119636
119637
119638
# File 'ext/quickfix/QuickfixRuby.cpp', line 119632

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

Class Method Details

.fieldObject



12691
12692
12693
# File 'lib/quickfix_fields.rb', line 12691

def Nested3PartyRole.field
	return 951
end