Class: Quickfix::PosQtyStatus
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PosQtyStatus
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PosQtyStatus
constructor
A new instance of PosQtyStatus.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PosQtyStatus
Returns a new instance of PosQtyStatus.
9691 9692 9693 9694 9695 9696 9697 |
# File 'lib/quickfix_fields.rb', line 9691 def initialize(data = nil) if( data == nil ) super(706) else super(706, data) end end |
Class Method Details
.field ⇒ Object
9688 9689 9690 |
# File 'lib/quickfix_fields.rb', line 9688 def PosQtyStatus.field return 706 end |