Class: Quickfix::PayReportStatus
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PayReportStatus
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PayReportStatus
constructor
A new instance of PayReportStatus.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PayReportStatus
Returns a new instance of PayReportStatus.
77135 77136 77137 77138 77139 77140 77141 |
# File 'lib/quickfix_fields.rb', line 77135 def initialize(data = nil) if( data == nil ) super(2806) else super(2806, data) end end |
Class Method Details
.field ⇒ Object
77132 77133 77134 |
# File 'lib/quickfix_fields.rb', line 77132 def PayReportStatus.field return 2806 end |