Class: Quickfix::SettlPartySubIDType

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

Returns a new instance of SettlPartySubIDType.



103756
103757
103758
103759
103760
103761
103762
# File 'ext/quickfix/QuickfixRuby.cpp', line 103756

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

Class Method Details

.fieldObject



10585
10586
10587
# File 'lib/quickfix_fields.rb', line 10585

def SettlPartySubIDType.field
	return 786
end