Class: Quickfix::PosReqResult
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PosReqResult
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PosReqResult
constructor
A new instance of PosReqResult.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PosReqResult
Returns a new instance of PosReqResult.
9977 9978 9979 9980 9981 9982 9983 |
# File 'lib/quickfix_fields.rb', line 9977 def initialize(data = nil) if( data == nil ) super(728) else super(728, data) end end |
Class Method Details
.field ⇒ Object
9974 9975 9976 |
# File 'lib/quickfix_fields.rb', line 9974 def PosReqResult.field return 728 end |