Class: Quickfix::PosReqType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PosReqType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PosReqType
constructor
A new instance of PosReqType.
Constructor Details
#initialize(data = nil) ⇒ PosReqType
Returns a new instance of PosReqType.
8053 8054 8055 8056 8057 8058 8059 |
# File 'lib/quickfix_fields.rb', line 8053 def initialize(data = nil) if( data == nil ) super(724) else super(724, data) end end |
Class Method Details
.field ⇒ Object
8050 8051 8052 |
# File 'lib/quickfix_fields.rb', line 8050 def PosReqType.field return 724 end |