Class: Quickfix::UnderlyingStreamCommodityDesc

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

Returns a new instance of UnderlyingStreamCommodityDesc.



55841
55842
55843
55844
55845
55846
55847
# File 'lib/quickfix_fields.rb', line 55841

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

Class Method Details

.fieldObject



55838
55839
55840
# File 'lib/quickfix_fields.rb', line 55838

def UnderlyingStreamCommodityDesc.field
	return 41968
end