Class: Quickfix::ApplQueueMax
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ApplQueueMax
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ApplQueueMax
constructor
A new instance of ApplQueueMax.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ApplQueueMax
Returns a new instance of ApplQueueMax.
11043 11044 11045 11046 11047 11048 11049 |
# File 'lib/quickfix_fields.rb', line 11043 def initialize(data = nil) if( data == nil ) super(812) else super(812, data) end end |
Class Method Details
.field ⇒ Object
11040 11041 11042 |
# File 'lib/quickfix_fields.rb', line 11040 def ApplQueueMax.field return 812 end |