Class: Quickfix::Nested4PartySubIDType

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

Returns a new instance of Nested4PartySubIDType.



163782
163783
163784
163785
163786
163787
163788
# File 'ext/quickfix/QuickfixRuby.cpp', line 163782

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

Class Method Details

.fieldObject



18502
18503
18504
# File 'lib/quickfix_fields.rb', line 18502

def Nested4PartySubIDType.field
	return 1411
end