Class: Quickfix::LegStreamCommoditySecurityIDSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStreamCommoditySecurityIDSource

Returns a new instance of LegStreamCommoditySecurityIDSource.



51226
51227
51228
51229
51230
51231
51232
# File 'lib/quickfix_fields.rb', line 51226

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