Class: Quickfix::PosMaintAction
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PosMaintAction
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PosMaintAction
constructor
A new instance of PosMaintAction.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PosMaintAction
Returns a new instance of PosMaintAction.
9769 9770 9771 9772 9773 9774 9775 |
# File 'lib/quickfix_fields.rb', line 9769 def initialize(data = nil) if( data == nil ) super(712) else super(712, data) end end |
Class Method Details
.field ⇒ Object
9766 9767 9768 |
# File 'lib/quickfix_fields.rb', line 9766 def PosMaintAction.field return 712 end |