Class: Quickfix::StreamCommodityType

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

Returns a new instance of StreamCommodityType.



45493
45494
45495
45496
45497
45498
45499
# File 'lib/quickfix_fields.rb', line 45493

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

Class Method Details

.fieldObject



45490
45491
45492
# File 'lib/quickfix_fields.rb', line 45490

def StreamCommodityType.field
	return 41252
end