Class: Quickfix::ApplQueueDepth
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ApplQueueDepth
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ApplQueueDepth
constructor
A new instance of ApplQueueDepth.
Constructor Details
#initialize(data = nil) ⇒ ApplQueueDepth
Returns a new instance of ApplQueueDepth.
11056 11057 11058 11059 11060 11061 11062 |
# File 'lib/quickfix_fields.rb', line 11056 def initialize(data = nil) if( data == nil ) super(813) else super(813, data) end end |