Class: Quickfix::ExDestination

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

Returns a new instance of ExDestination.



35936
35937
35938
35939
35940
35941
35942
# File 'ext/quickfix/QuickfixRuby.cpp', line 35936

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

Class Method Details

.fieldObject



1771
1772
1773
# File 'lib/quickfix_fields.rb', line 1771

def ExDestination.field
	return 100
end