Class: Quickfix::TargetPartyID

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ TargetPartyID

Returns a new instance of TargetPartyID.



169760
169761
169762
169763
169764
169765
169766
# File 'ext/quickfix/QuickfixRuby.cpp', line 169760

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

Class Method Details

.fieldObject



19295
19296
19297
# File 'lib/quickfix_fields.rb', line 19295

def TargetPartyID.field
	return 1462
end