Class: Quickfix::StreamAssetAttributeValue

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

Returns a new instance of StreamAssetAttributeValue.



45324
45325
45326
45327
45328
45329
45330
# File 'lib/quickfix_fields.rb', line 45324

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

Class Method Details

.fieldObject



45321
45322
45323
# File 'lib/quickfix_fields.rb', line 45321

def StreamAssetAttributeValue.field
	return 41239
end