Class: Quickfix::Nested2PartySubIDType

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

Returns a new instance of Nested2PartySubIDType.



105716
105717
105718
105719
105720
105721
105722
# File 'ext/quickfix/QuickfixRuby.cpp', line 105716

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

Class Method Details

.fieldObject



10845
10846
10847
# File 'lib/quickfix_fields.rb', line 10845

def Nested2PartySubIDType.field
	return 807
end