Class: Quickfix::ApplQueueDepth
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ ApplQueueDepth
Returns a new instance of ApplQueueDepth.
17543 17544 17545 17546 17547 17548 17549 |
# File 'lib/quickfix_fields.rb', line 17543 def initialize(data = nil) if( data == nil ) super(813) else super(813, data) end end |
Class Method Details
.field ⇒ Object
17540 17541 17542 |
# File 'lib/quickfix_fields.rb', line 17540 def ApplQueueDepth.field return 813 end |