Class: Quickfix::RFQReqID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RFQReqID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RFQReqID
constructor
A new instance of RFQReqID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RFQReqID
Returns a new instance of RFQReqID.
8677 8678 8679 8680 8681 8682 8683 |
# File 'lib/quickfix_fields.rb', line 8677 def initialize(data = nil) if( data == nil ) super(644) else super(644, data) end end |
Class Method Details
.field ⇒ Object
8674 8675 8676 |
# File 'lib/quickfix_fields.rb', line 8674 def RFQReqID.field return 644 end |