Class: Quickfix::DeliveryStreamPipeline
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DeliveryStreamPipeline
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryStreamPipeline
constructor
A new instance of DeliveryStreamPipeline.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DeliveryStreamPipeline
Returns a new instance of DeliveryStreamPipeline.
41840 41841 41842 41843 41844 41845 41846 |
# File 'lib/quickfix_fields.rb', line 41840 def initialize(data = nil) if( data == nil ) super(41059) else super(41059, data) end end |
Class Method Details
.field ⇒ Object
41837 41838 41839 |
# File 'lib/quickfix_fields.rb', line 41837 def DeliveryStreamPipeline.field return 41059 end |