Class: Quickfix::SecurityUpdateAction
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from CharField
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
.field ⇒ Object
13211 13212 13213 |
# File 'lib/quickfix_fields.rb', line 13211 def SecurityUpdateAction.field return 980 end |