Class: Quickfix::NoPositions
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoPositions
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPositions
constructor
A new instance of NoPositions.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoPositions
Returns a new instance of NoPositions.
9639 9640 9641 9642 9643 9644 9645 |
# File 'lib/quickfix_fields.rb', line 9639 def initialize(data = nil) if( data == nil ) super(702) else super(702, data) end end |
Class Method Details
.field ⇒ Object
9636 9637 9638 |
# File 'lib/quickfix_fields.rb', line 9636 def NoPositions.field return 702 end |