Class: Quickfix::StandInstDbName
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::StandInstDbName
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StandInstDbName
constructor
A new instance of StandInstDbName.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ StandInstDbName
Returns a new instance of StandInstDbName.
2619 2620 2621 2622 2623 2624 2625 |
# File 'lib/quickfix_fields.rb', line 2619 def initialize(data = nil) if( data == nil ) super(170) else super(170, data) end end |
Class Method Details
.field ⇒ Object
2616 2617 2618 |
# File 'lib/quickfix_fields.rb', line 2616 def StandInstDbName.field return 170 end |