Class: Quickfix::RootPartyID

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ RootPartyID

Returns a new instance of RootPartyID.



135582
135583
135584
135585
135586
135587
135588
# File 'ext/quickfix/QuickfixRuby.cpp', line 135582

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

Class Method Details

.fieldObject



14784
14785
14786
# File 'lib/quickfix_fields.rb', line 14784

def RootPartyID.field
	return 1117
end