Class: Quickfix::RootPartySubIDType

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

Returns a new instance of RootPartySubIDType.



136072
136073
136074
136075
136076
136077
136078
# File 'ext/quickfix/QuickfixRuby.cpp', line 136072

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

Class Method Details

.fieldObject



14849
14850
14851
# File 'lib/quickfix_fields.rb', line 14849

def RootPartySubIDType.field
	return 1122
end