Class: Quickfix::DerivativeInstrumentPartyRole

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

Returns a new instance of DerivativeInstrumentPartyRole.



152708
152709
152710
152711
152712
152713
152714
# File 'ext/quickfix/QuickfixRuby.cpp', line 152708

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

Class Method Details

.fieldObject



17033
17034
17035
# File 'lib/quickfix_fields.rb', line 17033

def DerivativeInstrumentPartyRole.field
	return 1295
end