Class: Quickfix::AllocIntermedReqType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::AllocIntermedReqType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocIntermedReqType
constructor
A new instance of AllocIntermedReqType.
Constructor Details
#initialize(data = nil) ⇒ AllocIntermedReqType
Returns a new instance of AllocIntermedReqType.
240 241 242 243 244 245 246 |
# File 'lib/quickfix_fields.rb', line 240 def initialize(data = nil) if( data == nil ) super(808) else super(808, data) end end |
Class Method Details
.field ⇒ Object
237 238 239 |
# File 'lib/quickfix_fields.rb', line 237 def AllocIntermedReqType.field return 808 end |