Class: Quickfix::UnderlyingStreamCommodityAltIDSource

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

Returns a new instance of UnderlyingStreamCommodityAltIDSource.



56153
56154
56155
56156
56157
56158
56159
# File 'lib/quickfix_fields.rb', line 56153

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

Class Method Details

.fieldObject



56150
56151
56152
# File 'lib/quickfix_fields.rb', line 56150

def UnderlyingStreamCommodityAltIDSource.field
	return 41992
end