Class: Quickfix::AssetAttributeType

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

Returns a new instance of AssetAttributeType.



40631
40632
40633
40634
40635
40636
40637
# File 'lib/quickfix_fields.rb', line 40631

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

Class Method Details

.fieldObject



40628
40629
40630
# File 'lib/quickfix_fields.rb', line 40628

def AssetAttributeType.field
	return 2305
end