Class: Quickfix::UnderlyingDeliveryStreamPipeline
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingDeliveryStreamPipeline
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamPipeline
constructor
A new instance of UnderlyingDeliveryStreamPipeline.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamPipeline
Returns a new instance of UnderlyingDeliveryStreamPipeline.
53176 53177 53178 53179 53180 53181 53182 |
# File 'lib/quickfix_fields.rb', line 53176 def initialize(data = nil) if( data == nil ) super(41778) else super(41778, data) end end |
Class Method Details
.field ⇒ Object
53173 53174 53175 |
# File 'lib/quickfix_fields.rb', line 53173 def .field return 41778 end |