Class: Quickfix::ApplQueueDepth
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ApplQueueDepth
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ApplQueueDepth
constructor
A new instance of ApplQueueDepth.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
11053 11054 11055 |
# File 'lib/quickfix_fields.rb', line 11053 def ApplQueueDepth.field return 813 end |