Class: Quickfix::PosReqStatus
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PosReqStatus
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PosReqStatus
constructor
A new instance of PosReqStatus.
Constructor Details
#initialize(data = nil) ⇒ PosReqStatus
Returns a new instance of PosReqStatus.
18466 18467 18468 18469 18470 18471 18472 |
# File 'lib/quickfix_fields.rb', line 18466 def initialize(data = nil) if( data == nil ) super(729) else super(729, data) end end |
Class Method Details
.field ⇒ Object
18463 18464 18465 |
# File 'lib/quickfix_fields.rb', line 18463 def PosReqStatus.field return 729 end |