Class: Quickfix::UnderlyingAssetAttributeValue

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

Returns a new instance of UnderlyingAssetAttributeValue.



52006
52007
52008
52009
52010
52011
52012
# File 'lib/quickfix_fields.rb', line 52006

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

Class Method Details

.fieldObject



52003
52004
52005
# File 'lib/quickfix_fields.rb', line 52003

def UnderlyingAssetAttributeValue.field
	return 2314
end