Class: Quickfix::IDSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::IDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ IDSource
constructor
A new instance of IDSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ IDSource
Returns a new instance of IDSource.
1137 1138 1139 1140 1141 1142 1143 |
# File 'lib/quickfix_fields.rb', line 1137 def initialize(data = nil) if( data == nil ) super(22) else super(22, data) end end |
Class Method Details
.field ⇒ Object
1134 1135 1136 |
# File 'lib/quickfix_fields.rb', line 1134 def IDSource.field return 22 end |