Class: Quickfix::PosMaintResult
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PosMaintResult
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PosMaintResult
constructor
A new instance of PosMaintResult.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PosMaintResult
Returns a new instance of PosMaintResult.
9912 9913 9914 9915 9916 9917 9918 |
# File 'lib/quickfix_fields.rb', line 9912 def initialize(data = nil) if( data == nil ) super(723) else super(723, data) end end |
Class Method Details
.field ⇒ Object
9909 9910 9911 |
# File 'lib/quickfix_fields.rb', line 9909 def PosMaintResult.field return 723 end |