Class: Quickfix::LegStreamDataProvider
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegStreamDataProvider
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamDataProvider
constructor
A new instance of LegStreamDataProvider.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegStreamDataProvider
Returns a new instance of LegStreamDataProvider.
51356 51357 51358 51359 51360 51361 51362 |
# File 'lib/quickfix_fields.rb', line 51356 def initialize(data = nil) if( data == nil ) super(41661) else super(41661, data) end end |
Class Method Details
.field ⇒ Object
51353 51354 51355 |
# File 'lib/quickfix_fields.rb', line 51353 def LegStreamDataProvider.field return 41661 end |