Class: Quickfix::StreamDataProvider
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::StreamDataProvider
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamDataProvider
constructor
A new instance of StreamDataProvider.
Constructor Details
#initialize(data = nil) ⇒ StreamDataProvider
Returns a new instance of StreamDataProvider.
45649 45650 45651 45652 45653 45654 45655 |
# File 'lib/quickfix_fields.rb', line 45649 def initialize(data = nil) if( data == nil ) super(41264) else super(41264, data) end end |