Class: Quickfix::UnderlyingDeliveryStreamPipeline

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

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



53173
53174
53175
# File 'lib/quickfix_fields.rb', line 53173

def UnderlyingDeliveryStreamPipeline.field
  return 41778
end