Class: Quickfix::RoutingType

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

Returns a new instance of RoutingType.



46104
46105
46106
46107
46108
46109
46110
# File 'ext/quickfix/QuickfixRuby.cpp', line 46104

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

Class Method Details

.fieldObject



3097
3098
3099
# File 'lib/quickfix_fields.rb', line 3097

def RoutingType.field
	return 216
end