Class: Quickfix::DeliveryStreamDeliveryPointSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DeliveryStreamDeliveryPointSource

Returns a new instance of DeliveryStreamDeliveryPointSource.



57024
57025
57026
57027
57028
57029
57030
# File 'lib/quickfix_fields.rb', line 57024

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