Class: Quickfix::RoutingID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RoutingID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RoutingID
constructor
A new instance of RoutingID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RoutingID
Returns a new instance of RoutingID.
3230 3231 3232 3233 3234 3235 3236 |
# File 'lib/quickfix_fields.rb', line 3230 def initialize(data = nil) if( data == nil ) super(217) else super(217, data) end end |
Class Method Details
.field ⇒ Object
3227 3228 3229 |
# File 'lib/quickfix_fields.rb', line 3227 def RoutingID.field return 217 end |