Class: Quickfix::UnderlyingDeliveryStreamDeliveryPoint

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliveryStreamDeliveryPoint

Returns a new instance of UnderlyingDeliveryStreamDeliveryPoint.



53215
53216
53217
53218
53219
53220
53221
# File 'lib/quickfix_fields.rb', line 53215

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