Class: Quickfix::UnderlyingDeliveryStreamCommoditySource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliveryStreamCommoditySource

Returns a new instance of UnderlyingDeliveryStreamCommoditySource.



53592
53593
53594
53595
53596
53597
53598
# File 'lib/quickfix_fields.rb', line 53592

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