Class: Quickfix::ProgRptReqs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ProgRptReqs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProgRptReqs
constructor
A new instance of ProgRptReqs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ProgRptReqs
Returns a new instance of ProgRptReqs.
5167 5168 5169 5170 5171 5172 5173 |
# File 'lib/quickfix_fields.rb', line 5167 def initialize(data = nil) if( data == nil ) super(414) else super(414, data) end end |
Class Method Details
.field ⇒ Object
5164 5165 5166 |
# File 'lib/quickfix_fields.rb', line 5164 def ProgRptReqs.field return 414 end |