Class: Quickfix::AllocNoOrdersType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::AllocNoOrdersType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocNoOrdersType
constructor
A new instance of AllocNoOrdersType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ AllocNoOrdersType
Returns a new instance of AllocNoOrdersType.
11615 11616 11617 11618 11619 11620 11621 |
# File 'lib/quickfix_fields.rb', line 11615 def initialize(data = nil) if( data == nil ) super(857) else super(857, data) end end |
Class Method Details
.field ⇒ Object
11612 11613 11614 |
# File 'lib/quickfix_fields.rb', line 11612 def AllocNoOrdersType.field return 857 end |