Class: Quickfix::Nested3PartySubIDType

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

Returns a new instance of Nested3PartySubIDType.



119926
119927
119928
119929
119930
119931
119932
# File 'ext/quickfix/QuickfixRuby.cpp', line 119926

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

Class Method Details

.fieldObject



12730
12731
12732
# File 'lib/quickfix_fields.rb', line 12730

def Nested3PartySubIDType.field
	return 954
end