Class: Quickfix::PositionCapacity
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PositionCapacity
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PositionCapacity
constructor
A new instance of PositionCapacity.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PositionCapacity
Returns a new instance of PositionCapacity.
24030 24031 24032 24033 24034 24035 24036 |
# File 'lib/quickfix_fields.rb', line 24030 def initialize(data = nil) if( data == nil ) super(1834) else super(1834, data) end end |
Class Method Details
.field ⇒ Object
24027 24028 24029 |
# File 'lib/quickfix_fields.rb', line 24027 def PositionCapacity.field return 1834 end |