Class: Quickfix::StreamCommodityBase

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

Returns a new instance of StreamCommodityBase.



45480
45481
45482
45483
45484
45485
45486
# File 'lib/quickfix_fields.rb', line 45480

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

Class Method Details

.fieldObject



45477
45478
45479
# File 'lib/quickfix_fields.rb', line 45477

def StreamCommodityBase.field
	return 41251
end