Class: Quickfix::ApplQueueResolution
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ApplQueueResolution
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ApplQueueResolution
constructor
A new instance of ApplQueueResolution.
Constructor Details
#initialize(data = nil) ⇒ ApplQueueResolution
Returns a new instance of ApplQueueResolution.
11069 11070 11071 11072 11073 11074 11075 |
# File 'lib/quickfix_fields.rb', line 11069 def initialize(data = nil) if( data == nil ) super(814) else super(814, data) end end |