Class: Quickfix::LegStreamCommodityAltIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegStreamCommodityAltIDSource

Returns a new instance of LegStreamCommodityAltIDSource.



51551
51552
51553
51554
51555
51556
51557
# File 'lib/quickfix_fields.rb', line 51551

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

Class Method Details

.fieldObject



51548
51549
51550
# File 'lib/quickfix_fields.rb', line 51548

def LegStreamCommodityAltIDSource.field
	return 41676
end