Class: Quickfix::LegStreamCommodityDesc

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

Returns a new instance of LegStreamCommodityDesc.



51239
51240
51241
51242
51243
51244
51245
# File 'lib/quickfix_fields.rb', line 51239

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

Class Method Details

.fieldObject



51236
51237
51238
# File 'lib/quickfix_fields.rb', line 51236

def LegStreamCommodityDesc.field
	return 41652
end