Class: Quickfix::InstrumentPartyIDSource

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

Returns a new instance of InstrumentPartyIDSource.



129310
129311
129312
129313
129314
129315
129316
# File 'ext/quickfix/QuickfixRuby.cpp', line 129310

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

Class Method Details

.fieldObject



13952
13953
13954
# File 'lib/quickfix_fields.rb', line 13952

def InstrumentPartyIDSource.field
	return 1050
end