Class: Quickfix::PosTransType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PosTransType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PosTransType
constructor
A new instance of PosTransType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PosTransType
Returns a new instance of PosTransType.
9730 9731 9732 9733 9734 9735 9736 |
# File 'lib/quickfix_fields.rb', line 9730 def initialize(data = nil) if( data == nil ) super(709) else super(709, data) end end |
Class Method Details
.field ⇒ Object
9727 9728 9729 |
# File 'lib/quickfix_fields.rb', line 9727 def PosTransType.field return 709 end |