Class: Quickfix::InputSource
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ InputSource
Returns a new instance of InputSource.
15957 15958 15959 15960 15961 15962 15963 |
# File 'lib/quickfix_fields.rb', line 15957 def initialize(data = nil) if( data == nil ) super(979) else super(979, data) end end |
Class Method Details
.field ⇒ Object
15954 15955 15956 |
# File 'lib/quickfix_fields.rb', line 15954 def InputSource.field return 979 end |