Class: Quickfix::InputSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::InputSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InputSource
constructor
A new instance of InputSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ InputSource
Returns a new instance of InputSource.
13201 13202 13203 13204 13205 13206 13207 |
# File 'lib/quickfix_fields.rb', line 13201 def initialize(data = nil) if( data == nil ) super(979) else super(979, data) end end |
Class Method Details
.field ⇒ Object
13198 13199 13200 |
# File 'lib/quickfix_fields.rb', line 13198 def InputSource.field return 979 end |