Class: Quickfix::NoDeliveryStreamCommoditySources

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoDeliveryStreamCommoditySources

Returns a new instance of NoDeliveryStreamCommoditySources.



42191
42192
42193
42194
42195
42196
42197
# File 'lib/quickfix_fields.rb', line 42191

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