Class: Quickfix::DerivativeInstrumentPartyIDSource

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ DerivativeInstrumentPartyIDSource

Returns a new instance of DerivativeInstrumentPartyIDSource.



152610
152611
152612
152613
152614
152615
152616
# File 'ext/quickfix/QuickfixRuby.cpp', line 152610

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

Class Method Details

.fieldObject



17020
17021
17022
# File 'lib/quickfix_fields.rb', line 17020

def DerivativeInstrumentPartyIDSource.field
	return 1294
end