Class: Quickfix::InstrumentPartyRole

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

Returns a new instance of InstrumentPartyRole.



129408
129409
129410
129411
129412
129413
129414
# File 'ext/quickfix/QuickfixRuby.cpp', line 129408

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

Class Method Details

.fieldObject



13965
13966
13967
# File 'lib/quickfix_fields.rb', line 13965

def InstrumentPartyRole.field
	return 1051
end