Class: Quickfix::LegAssetType

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

Returns a new instance of LegAssetType.



27085
27086
27087
27088
27089
27090
27091
# File 'lib/quickfix_fields.rb', line 27085

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

Class Method Details

.fieldObject



27082
27083
27084
# File 'lib/quickfix_fields.rb', line 27082

def LegAssetType.field
	return 2069
end