Class: Quickfix::PosType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PosType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PosType
constructor
A new instance of PosType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PosType
Returns a new instance of PosType.
9652 9653 9654 9655 9656 9657 9658 |
# File 'lib/quickfix_fields.rb', line 9652 def initialize(data = nil) if( data == nil ) super(703) else super(703, data) end end |
Class Method Details
.field ⇒ Object
9649 9650 9651 |
# File 'lib/quickfix_fields.rb', line 9649 def PosType.field return 703 end |