Class: Quickfix::ListUpdateAction
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::ListUpdateAction
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ListUpdateAction
constructor
A new instance of ListUpdateAction.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ ListUpdateAction
Returns a new instance of ListUpdateAction.
17556 17557 17558 17559 17560 17561 17562 |
# File 'lib/quickfix_fields.rb', line 17556 def initialize(data = nil) if( data == nil ) super(1324) else super(1324, data) end end |
Class Method Details
.field ⇒ Object
17553 17554 17555 |
# File 'lib/quickfix_fields.rb', line 17553 def ListUpdateAction.field return 1324 end |