Class: Quickfix::SecurityUpdateAction

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecurityUpdateAction

Returns a new instance of SecurityUpdateAction.



1735
1736
1737
1738
1739
1740
1741
# File 'lib/quickfix_fields.rb', line 1735

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

Class Method Details

.fieldObject



1732
1733
1734
# File 'lib/quickfix_fields.rb', line 1732

def SecurityUpdateAction.field
	return 980
end