Class: Quickfix::Nested4PartyRole

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

Returns a new instance of Nested4PartyRole.



164370
164371
164372
164373
164374
164375
164376
# File 'ext/quickfix/QuickfixRuby.cpp', line 164370

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

Class Method Details

.fieldObject



18580
18581
18582
# File 'lib/quickfix_fields.rb', line 18580

def Nested4PartyRole.field
	return 1417
end