Class: Quickfix::RoutingType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::RoutingType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RoutingType
constructor
A new instance of RoutingType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ RoutingType
Returns a new instance of RoutingType.
3217 3218 3219 3220 3221 3222 3223 |
# File 'lib/quickfix_fields.rb', line 3217 def initialize(data = nil) if( data == nil ) super(216) else super(216, data) end end |
Class Method Details
.field ⇒ Object
3214 3215 3216 |
# File 'lib/quickfix_fields.rb', line 3214 def RoutingType.field return 216 end |