Class: Quickfix::TrdRepPartyRole

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

Returns a new instance of TrdRepPartyRole.



161528
161529
161530
161531
161532
161533
161534
# File 'ext/quickfix/QuickfixRuby.cpp', line 161528

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

Class Method Details

.fieldObject



18203
18204
18205
# File 'lib/quickfix_fields.rb', line 18203

def TrdRepPartyRole.field
	return 1388
end