Class: Quickfix::SecurityUpdateAction

Inherits:
CharField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ SecurityUpdateAction

Returns a new instance of SecurityUpdateAction.



13214
13215
13216
13217
13218
13219
13220
# File 'lib/quickfix_fields.rb', line 13214

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

Class Method Details

.fieldObject



13211
13212
13213
# File 'lib/quickfix_fields.rb', line 13211

def SecurityUpdateAction.field
	return 980
end