Class: Quickfix::DerivativeInstrumentPartySubIDType

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

Returns a new instance of DerivativeInstrumentPartySubIDType.



153002
153003
153004
153005
153006
153007
153008
# File 'ext/quickfix/QuickfixRuby.cpp', line 153002

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

Class Method Details

.fieldObject



17072
17073
17074
# File 'lib/quickfix_fields.rb', line 17072

def DerivativeInstrumentPartySubIDType.field
	return 1298
end