Class: Quickfix::RootPartySubID

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

Returns a new instance of RootPartySubID.



135974
135975
135976
135977
135978
135979
135980
# File 'ext/quickfix/QuickfixRuby.cpp', line 135974

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

Class Method Details

.fieldObject



14836
14837
14838
# File 'lib/quickfix_fields.rb', line 14836

def RootPartySubID.field
	return 1121
end