Class: Quickfix::TargetLocationID

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

Returns a new instance of TargetLocationID.



25596
25597
25598
25599
25600
25601
25602
# File 'ext/quickfix/QuickfixRuby.cpp', line 25596

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

Class Method Details

.fieldObject



445
446
447
# File 'lib/quickfix_fields.rb', line 445

def TargetLocationID.field
	return 143
end