Class: Quickfix::UndlyInstrumentPartyIDSource

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->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) ⇒ UndlyInstrumentPartyIDSource

Returns a new instance of UndlyInstrumentPartyIDSource.



130290
130291
130292
130293
130294
130295
130296
# File 'ext/quickfix/QuickfixRuby.cpp', line 130290

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

Class Method Details

.fieldObject



14082
14083
14084
# File 'lib/quickfix_fields.rb', line 14082

def UndlyInstrumentPartyIDSource.field
	return 1060
end