Class: Quickfix::LegStreamCommodityDataSourceIDType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStreamCommodityDataSourceIDType

Returns a new instance of LegStreamCommodityDataSourceIDType.



51590
51591
51592
51593
51594
51595
51596
# File 'lib/quickfix_fields.rb', line 51590

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