Class: Quickfix::NoLegDeliveryStreamCommoditySources

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegDeliveryStreamCommoditySources

Returns a new instance of NoLegDeliveryStreamCommoditySources.



48678
48679
48680
48681
48682
48683
48684
# File 'lib/quickfix_fields.rb', line 48678

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