Class: Quickfix::PartySubIDType

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

Returns a new instance of PartySubIDType.



105324
105325
105326
105327
105328
105329
105330
# File 'ext/quickfix/QuickfixRuby.cpp', line 105324

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

Class Method Details

.fieldObject



10793
10794
10795
# File 'lib/quickfix_fields.rb', line 10793

def PartySubIDType.field
	return 803
end