Class: Quickfix::UndlyInstrumentPartySubIDType

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

Returns a new instance of UndlyInstrumentPartySubIDType.



130682
130683
130684
130685
130686
130687
130688
# File 'ext/quickfix/QuickfixRuby.cpp', line 130682

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

Class Method Details

.fieldObject



14134
14135
14136
# File 'lib/quickfix_fields.rb', line 14134

def UndlyInstrumentPartySubIDType.field
	return 1064
end