Class: Quickfix::InstrumentPartySubIDType

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

Returns a new instance of InstrumentPartySubIDType.



129702
129703
129704
129705
129706
129707
129708
# File 'ext/quickfix/QuickfixRuby.cpp', line 129702

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

Class Method Details

.fieldObject



14004
14005
14006
# File 'lib/quickfix_fields.rb', line 14004

def InstrumentPartySubIDType.field
	return 1054
end