Class: Quickfix::UndlyInstrumentPartyRole

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

Returns a new instance of UndlyInstrumentPartyRole.



130388
130389
130390
130391
130392
130393
130394
# File 'ext/quickfix/QuickfixRuby.cpp', line 130388

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

Class Method Details

.fieldObject



14095
14096
14097
# File 'lib/quickfix_fields.rb', line 14095

def UndlyInstrumentPartyRole.field
	return 1061
end