Class: Quickfix::SecurityUpdateAction
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::SecurityUpdateAction
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecurityUpdateAction
constructor
A new instance of SecurityUpdateAction.
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
.field ⇒ Object
1732 1733 1734 |
# File 'lib/quickfix_fields.rb', line 1732 def SecurityUpdateAction.field return 980 end |