Class: Quickfix::PosReqID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PosReqID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PosReqID
constructor
A new instance of PosReqID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PosReqID
Returns a new instance of PosReqID.
9743 9744 9745 9746 9747 9748 9749 |
# File 'lib/quickfix_fields.rb', line 9743 def initialize(data = nil) if( data == nil ) super(710) else super(710, data) end end |
Class Method Details
.field ⇒ Object
9740 9741 9742 |
# File 'lib/quickfix_fields.rb', line 9740 def PosReqID.field return 710 end |