Class: Quickfix::ProgRptReqs
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ ProgRptReqs
Returns a new instance of ProgRptReqs.
11173 11174 11175 11176 11177 11178 11179 |
# File 'lib/quickfix_fields.rb', line 11173 def initialize(data = nil) if( data == nil ) super(414) else super(414, data) end end |
Class Method Details
.field ⇒ Object
11170 11171 11172 |
# File 'lib/quickfix_fields.rb', line 11170 def ProgRptReqs.field return 414 end |