Class: Quickfix::DeliveryStreamDeliveryPoint

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DeliveryStreamDeliveryPoint

Returns a new instance of DeliveryStreamDeliveryPoint.



41879
41880
41881
41882
41883
41884
41885
# File 'lib/quickfix_fields.rb', line 41879

def initialize(data = nil)
  if( data == nil )
    super(41062)
  else
    super(41062, data)
  end
end