Class: Quickfix::UnderlyingDeliveryStreamPipeline

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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