Class: Quickfix::UnderlyingStreamCommoditySecurityIDSource

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) ⇒ UnderlyingStreamCommoditySecurityIDSource

Returns a new instance of UnderlyingStreamCommoditySecurityIDSource.



55828
55829
55830
55831
55832
55833
55834
# File 'lib/quickfix_fields.rb', line 55828

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

Class Method Details

.fieldObject



55825
55826
55827
# File 'lib/quickfix_fields.rb', line 55825

def UnderlyingStreamCommoditySecurityIDSource.field
	return 41967
end